You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat[tokio-quiche]: implement server-side support for 0-rtt
This PR adds a setting to enable 0-RTT resumption and early data
processing for the server. Early data uses 0-RTT keys, which are
established from a previous session data (aka. session resumption). The
most obvious downside of this is the ability for an attacker to replay a
request to the server. Application therefore need to be careful when
enabling 0-RTT and processing early data requests.
For more information see BoringSSL docs:
https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Early-data
0 commit comments