mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Enable TLS 1.3 by default
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
47f8d0e840
commit
27eb68d295
2
ChangeLog.d/enable-tls13-by-default.txt
Normal file
2
ChangeLog.d/enable-tls13-by-default.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Changes
|
||||||
|
* The TLS 1.3 protocol is now enabled in the default configuration.
|
@ -1774,7 +1774,7 @@
|
|||||||
*
|
*
|
||||||
* Uncomment this macro to enable the support for TLS 1.3.
|
* Uncomment this macro to enable the support for TLS 1.3.
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_SSL_PROTO_TLS1_3
|
#define MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
* \def MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
||||||
@ -1796,7 +1796,7 @@
|
|||||||
* effect on the build.
|
* effect on the build.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED
|
* \def MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user