Skip to content

Commit

Permalink
0-RTT is rejected with Retry and VN
Browse files Browse the repository at this point in the history
Closes #1206.
  • Loading branch information
martinthomson committed Mar 15, 2018
1 parent 6ea7707 commit 910a81f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -597,6 +597,16 @@ A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of
{{!TLS13}}).


## Rejecting 0-RTT

A server rejects 0-RTT by rejecting 0-RTT at the TLS layer. This results in
early exporter keys being unavailable, thereby preventing the use of 0-RTT for
QUIC.

A client that attempts 0-RTT MUST also consider 0-RTT to be rejected if it
receives a Retry or Version Negotiation packet.


## TLS Errors

Errors in the TLS connection SHOULD be signaled using TLS alerts on stream 0. A
Expand Down

0 comments on commit 910a81f

Please sign in to comment.