mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-25 10:41:26 +00:00
Add identifier for CID extension
Note: The current draft https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04 does not yet specify the extension value, so we use a temporary value of 42.
This commit is contained in:
parent
9dae9fd57b
commit
4baec2c4bf
|
@ -382,6 +382,10 @@
|
||||||
|
|
||||||
#define MBEDTLS_TLS_EXT_SESSION_TICKET 35
|
#define MBEDTLS_TLS_EXT_SESSION_TICKET 35
|
||||||
|
|
||||||
|
/* The value of the CID extension is still TBD as of
|
||||||
|
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04. */
|
||||||
|
#define MBEDTLS_TLS_EXT_CID 42 /* TBD */
|
||||||
|
|
||||||
#define MBEDTLS_TLS_EXT_ECJPAKE_KKPP 256 /* experimental */
|
#define MBEDTLS_TLS_EXT_ECJPAKE_KKPP 256 /* experimental */
|
||||||
|
|
||||||
#define MBEDTLS_TLS_EXT_RENEGOTIATION_INFO 0xFF01
|
#define MBEDTLS_TLS_EXT_RENEGOTIATION_INFO 0xFF01
|
||||||
|
|
Loading…
Reference in a new issue