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 20efc28..778ec46 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 {