Skip to content

Commit

Permalink
Enable TLS 1.3 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
  • Loading branch information
ronald-cron-arm committed Mar 18, 2024
1 parent 47f8d0e commit 27eb68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.d/enable-tls13-by-default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changes
* The TLS 1.3 protocol is now enabled in the default configuration.
4 changes: 2 additions & 2 deletions include/mbedtls/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@
*
* 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
Expand All @@ -1796,7 +1796,7 @@
* 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
Expand Down

0 comments on commit 27eb68d

Please sign in to comment.