Disable experimental TLS 1.3 features in default config
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
b2713abb8f
commit
e41606001b
1 changed files with 1 additions and 1 deletions
|
@ -1720,7 +1720,7 @@
|
||||||
* Uncomment this macro to enable experimental and partial
|
* Uncomment this macro to enable experimental and partial
|
||||||
* functionality specific to TLS 1.3.
|
* functionality specific to TLS 1.3.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
//#define MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_PROTO_DTLS
|
* \def MBEDTLS_SSL_PROTO_DTLS
|
||||||
|
|
Loading…
Reference in a new issue