]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Update the TLS extension for QUIC transport parameters
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 16 Aug 2021 15:08:26 +0000 (17:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
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

index 20efc28b228ef2643bd5a3825c7c5b1199903d10..778ec4620f1beaa082f38a62d1a70d99d75b9e0d 100644 (file)
@@ -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 {