From f9f5b783e433d669a7b4881d186e4cee03447fc4 Mon Sep 17 00:00:00 2001 From: EKR Date: Mon, 19 Jun 2017 17:57:09 -0700 Subject: [PATCH] Update labels for -20 --- draft-ietf-quic-tls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 9fced20812..ce0763f293 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -710,7 +710,7 @@ parameter, as shown: struct { uint16 length = Length; - opaque label<10..255> = "TLS 1.3, " + Label; + opaque label<10..255> = "tls13 " + Label; uint8 hashLength; // Always 0 } HkdfLabel; ~~~ @@ -719,7 +719,7 @@ For example, the client packet protection secret uses an info parameter of: ~~~ info = (HashLen / 256) || (HashLen % 256) || 0x21 || - "TLS 1.3, QUIC client 1-RTT secret" || 0x00 + "tls13 QUIC client 1-RTT secret" || 0x00 ~~~