commit | fc7ff9289f30a7bc82d5e6c62e3aef671a41b673 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri May 03 12:42:13 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri May 17 10:20:41 2019 +0100 |
tree | 96c3bbb9a3e8bfb73bef7bf3533f557aa04197d0 | |
parent | 4ce06047e145206fb2eb191005d0287698914fe8 [diff] [blame] |
Use unused extension ID as tentative ID for CID extension
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 489ac3e..9db84ec 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -384,7 +384,7 @@ /* 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_CID 254 /* TBD */ #define MBEDTLS_TLS_EXT_ECJPAKE_KKPP 256 /* experimental */