Skip to content

Commit

Permalink
externals/mbedtls: Disable MBEDTLS_REMOVE_3DES_CIPHERSUITES
Browse files Browse the repository at this point in the history
From mbedTLS version 2.22.0, 3DES encryption was disabled as
default.

Enable it for back compatibility in Spresense SDK.
  • Loading branch information
SPRESENSE committed Mar 10, 2022
1 parent 459b7be commit a0b8bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/mbedtls/mbedtls-v2/include/mbedtls/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
*
* Comment this macro to keep 3DES in the default ciphersuite list.
*/
#define MBEDTLS_REMOVE_3DES_CIPHERSUITES
//#define MBEDTLS_REMOVE_3DES_CIPHERSUITES

/**
* \def MBEDTLS_ECP_DP_SECP192R1_ENABLED
Expand Down

0 comments on commit a0b8bd4

Please sign in to comment.