From da24edbf0d4b53be01670f741d0b8858d9601a66 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 9 Mar 2020 17:00:08 +1100 Subject: [PATCH] Line length fixed --- draft-ietf-quic-tls.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 5567aeb383..ce8c05a94d 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -426,9 +426,10 @@ bytes to be sent, they are appended to the current flow. Any packet that includes the CRYPTO frame is protected using keys from the corresponding encryption level. Four encryption levels are used, producing keys for Initial, 0-RTT, Handshake, and 1-RTT packets. CRYPTO frames are carried in just three of -these levels, omitting the 0-RTT level. These four levels correspond to three packet -number spaces: Initial and Handshake encrypted packets use their own separate -spaces; 0-RTT and 1-RTT packets use the application data packet number space. +these levels, omitting the 0-RTT level. These four levels correspond to three +packet number spaces: Initial and Handshake encrypted packets use their own +separate spaces; 0-RTT and 1-RTT packets use the application data packet number +space. QUIC takes the unprotected content of TLS handshake records as the content of CRYPTO frames. TLS record protection is not used by QUIC. QUIC assembles