projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4436cb6
)
MINOR: quic: Update the TLS extension for QUIC transport parameters
author
Frédéric Lécaille
<flecaille@haproxy.com>
Mon, 16 Aug 2021 15:08:26 +0000
(17:08 +0200)
committer
Amaury 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
patch
|
blob
|
history
diff --git
a/include/haproxy/quic_tls-t.h
b/include/haproxy/quic_tls-t.h
index
20efc28
..
778ec46
100644
(file)
--- 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 {