Skip to content

Commit

Permalink
Merge pull request #2032 from kazuho/kazuho/always-use-tls13-prefix-f…
Browse files Browse the repository at this point in the history
…or-initial

always use "tls13 " prefix for Initial packets
  • Loading branch information
martinthomson committed Nov 21, 2018
2 parents 473c72d + e998b0a commit 9b2c929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -753,6 +753,10 @@ thus ensuring that the keys are different for each version of QUIC. This
prevents a middlebox that only recognizes one version of QUIC from seeing or
modifying the contents of handshake packets from future versions.

The HKDF function defined in TLS 1.3 MUST be used even in case the minimum TLS
version that the endpoint is willing to use is greater, so as to assure that
the peer can decrypt the packet.

Note:

: The Destination Connection ID is of arbitrary length, and it could be zero
Expand Down

0 comments on commit 9b2c929

Please sign in to comment.