-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS 1.3 0-RTT support #164
Comments
For the client or the server? For the client, have a look at https://docs.rs/rustls/latest/rustls/struct.ClientConnection.html#method.early_data. For the server, that's only recently been implemented on the main branch. |
@djc thank you! I need both. |
@djc But how do I use It would be nice if the |
I'm not sure what it would take to bring early data support to hyper, but it's definitely an interesting project! |
Hi all,
I couldn't find an API to enable 0-RTT.
Is there an easy way to use this lib and enable it?
The text was updated successfully, but these errors were encountered: