Skip to content

Commit

Permalink
Merge pull request #2847 from quicwg/tp_mandatory
Browse files Browse the repository at this point in the history
Don't terminate connections, close 'em
  • Loading branch information
martinthomson committed Jun 27, 2019
2 parents 6b6fd58 + 9ea2836 commit 805380e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,8 @@ The quic_transport_parameters extension is carried in the ClientHello and the
EncryptedExtensions messages during the handshake. Endpoints MUST send the
quic_transport_parameters extension; endpoints that receive ClientHello or
EncryptedExtensions messages without the quic_transport_parameters extension
MUST terminate the TLS handshake with a fatal missing_extension alert (an error
of 0x16d).
MUST close the connection with an error of type 0x16d (equivalent to a fatal TLS
missing_extension alert, see {{tls-errors}}).

While the transport parameters are technically available prior to the completion
of the handshake, they cannot be fully trusted until the handshake completes,
Expand Down

0 comments on commit 805380e

Please sign in to comment.