Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Say that this version is 1 #4587

Merged
merged 2 commits into from Jan 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1475,9 +1475,10 @@ version to test that a peer correctly discards the packet.

QUIC relies on a combined cryptographic and transport handshake to minimize
connection establishment latency. QUIC uses the CRYPTO frame ({{frame-crypto}})
to transmit the cryptographic handshake. Version 0x00000001 of QUIC uses TLS as
described in {{QUIC-TLS}}; a different QUIC version number could indicate that a
different cryptographic handshake protocol is in use.
to transmit the cryptographic handshake. The version of QUIC defined in this
document is identified as 0x00000001 and uses TLS as described in {{QUIC-TLS}};
a different QUIC version could indicate that a different cryptographic
handshake protocol is in use.

QUIC provides reliable, ordered delivery of the cryptographic handshake
data. QUIC packet protection is used to encrypt as much of the handshake
Expand Down