From: Frédéric Lécaille Date: Mon, 16 Aug 2021 15:08:26 +0000 (+0200) Subject: MINOR: quic: Update the TLS extension for QUIC transport parameters X-Git-Tag: v2.5-dev8~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e459a83d65caa7f6ea9183c4740011d0dab5c06;p=thirdparty%2Fhaproxy.git 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). --- diff --git a/include/haproxy/quic_tls-t.h b/include/haproxy/quic_tls-t.h index 20efc28b22..778ec4620f 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 {