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
Thinking more... The TLS implementation might be easier if we send it on stream 1. The TLS 0-RTT handling will be expecting to see EOED before it moves to handling the client's second flight of handshake messages. We can still avoid the complication of having it interact with QUIC, relying instead on the KEY_PHASE bit there.
KEY_PHASE might be enough. Once you decrypt with 1-RTT keys, you know that 0-RTT is over.
If we decide that we do need it, then it is on the TLS stream (1).
The text was updated successfully, but these errors were encountered: