commit | 064b732d11e05db4286644a42967a6f2172ce440 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri May 03 12:42:13 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Jun 03 14:43:16 2019 +0100 |
tree | df0d2dbbe87a31645e0b8a24827f7c010c2e68d6 | |
parent | 554b6ea30a8b50a6994b4e80ed2f459f59d2bc69 [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 b45ceb3..fa6d232 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -388,7 +388,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 */