We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e971f commit 4844c9cCopy full SHA for 4844c9c
tls/s2n_tls_parameters.h
@@ -125,12 +125,12 @@
125
#define TLS_PSK_DHE_KE_MODE 1
126
127
/**
128
- *= https://tools.ietf.org/rfc/rfc9001.txt#8.2
+ *= https://tools.ietf.org/id/draft-ietf-quic-tls-32.txt#8.2
129
*# enum {
130
- *# quic_transport_parameters(0x39), (65535)
+ *# quic_transport_parameters(0xffa5), (65535)
131
*# } ExtensionType;
132
*/
133
-#define TLS_QUIC_TRANSPORT_PARAMETERS 0x39
+#define TLS_QUIC_TRANSPORT_PARAMETERS 0xffa5
134
135
/* TLS SignatureScheme (Backwards compatible with SigHash and SigAlg values above) */
136
/* Defined here: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-signaturescheme */
0 commit comments