From fc7ff9289f30a7bc82d5e6c62e3aef671a41b673 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 489ac3ee6..9db84ec02 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 */