From 064b732d11e05db4286644a42967a6f2172ce440 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 3 May 2019 12:42:13 +0100 Subject: [PATCH] Use unused extension ID as tentative ID for CID extension --- include/mbedtls/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index b45ceb3d4..fa6d2327b 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 */