Geoffroy Couprie
Geoffroy Couprie
I have the same issue (along with the wasm32-unknown-unknown target requiring web-sys). For the context, I'd need ring to work in wasm in a server side setting, so that I...
related PR: https://github.com/briansmith/ring/pull/900
probably. Can you send a PR? What caused the issue? Did you run it outside of a cargo project?
the readme states explicitely that I didn't put too much work into it 😉 It's just a lot of `expect()` calls, but I could make some of them more readable.
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
maybe this could be done by integrating https://github.com/quininer/ktls inside rustls? Then having `ClientSession` or `ServerSession` convert to it? Making the required parameters `pub(crate)` would be enough without compromising security, and...
so, after looking a bit more into it, I have a rough plan. For some context: the way KTLS works is that the userland TLS implementation performs the handshake, then...
So I guess the two plans are: - integrate ktls in rustls and create a TcpStream from a session and a file descriptor - expand KeyLog to provide the sequence...
So, shall I attempt an implementation of the other idea then? On Thu, Sep 23, 2021, 12:57 Dirkjan Ochtman ***@***.***> wrote: > Ah, if we have to expand KeyLog it...
ktls with io-uring sounds awesome