diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index ed1c2ea9af..f4c875cf23 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -718,7 +718,7 @@ parameter, as shown: For example, the client packet protection secret uses an info parameter of: ~~~ - info = (HashLen / 256) || (HashLen % 256) || 0x21 || + info = (HashLen / 256) || (HashLen % 256) || 0x1f || "tls13 QUIC client 1-RTT secret" || 0x00 ~~~