From 2e459a83d65caa7f6ea9183c4740011d0dab5c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Mon, 16 Aug 2021 17:08:26 +0200 Subject: [PATCH] MINOR: quic: Update the TLS extension for QUIC transport parameters 0xffa5 value was a draft one. Let's update this extension to the one defined by the QUIC-TLS RFC 9001. (See https://www.rfc-editor.org/rfc/rfc9001.html#name-quic-transport-parameters-e). --- include/haproxy/quic_tls-t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/haproxy/quic_tls-t.h b/include/haproxy/quic_tls-t.h index 20efc28b2..778ec4620 100644 --- a/include/haproxy/quic_tls-t.h +++ b/include/haproxy/quic_tls-t.h @@ -38,7 +38,7 @@ #endif /* The TLS extension (enum) for QUIC transport parameters */ -#define TLS_EXTENSION_QUIC_TRANSPORT_PARAMETERS 0xffa5 +#define TLS_EXTENSION_QUIC_TRANSPORT_PARAMETERS 0x0039 /* QUIC handshake states for both clients and servers. */ enum quic_handshake_state {