Skip to content

Commit 4844c9c

Browse files
authored
Revert "Update QUIC parameters IANA (aws#3029)" (aws#3069)
This reverts commit 7e77dfe.
1 parent 32e971f commit 4844c9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tls/s2n_tls_parameters.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125
#define TLS_PSK_DHE_KE_MODE 1
126126

127127
/**
128-
*= https://tools.ietf.org/rfc/rfc9001.txt#8.2
128+
*= https://tools.ietf.org/id/draft-ietf-quic-tls-32.txt#8.2
129129
*# enum {
130-
*# quic_transport_parameters(0x39), (65535)
130+
*# quic_transport_parameters(0xffa5), (65535)
131131
*# } ExtensionType;
132132
*/
133-
#define TLS_QUIC_TRANSPORT_PARAMETERS 0x39
133+
#define TLS_QUIC_TRANSPORT_PARAMETERS 0xffa5
134134

135135
/* TLS SignatureScheme (Backwards compatible with SigHash and SigAlg values above) */
136136
/* Defined here: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-signaturescheme */

0 commit comments

Comments
 (0)