Skip to content

Commit

Permalink
Update QUIC parameters IANA (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Sep 2, 2021
1 parent a994738 commit 7e77dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tls/s2n_tls_parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
#define TLS_PSK_DHE_KE_MODE 1

/**
*= https://tools.ietf.org/id/draft-ietf-quic-tls-32.txt#8.2
*= https://tools.ietf.org/rfc/rfc9001.txt#8.2
*# enum {
*# quic_transport_parameters(0xffa5), (65535)
*# quic_transport_parameters(0x39), (65535)
*# } ExtensionType;
*/
#define TLS_QUIC_TRANSPORT_PARAMETERS 0xffa5
#define TLS_QUIC_TRANSPORT_PARAMETERS 0x39

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

0 comments on commit 7e77dfe

Please sign in to comment.