crypto/mbedtls: Bump Mbed TLS to version 3.0.0
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
5ee9572531
commit
fbdfb0ef96
@ -12,8 +12,8 @@ menuconfig CRYPTO_MBEDTLS
|
||||
if CRYPTO_MBEDTLS
|
||||
|
||||
config MBEDTLS_VERSION
|
||||
string "MBEDTLS Version"
|
||||
default "2.25.0"
|
||||
string "Mbed TLS Version"
|
||||
default "3.0.0"
|
||||
|
||||
menuconfig MBEDTLS_APPS
|
||||
tristate "Mbed TLS Applications"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#define MBEDTLS_CIPHER_MODE_CBC
|
||||
#define MBEDTLS_PKCS1_V15
|
||||
#define MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
|
||||
#define MBEDTLS_SSL_PROTO_TLS1_1
|
||||
#define MBEDTLS_SSL_PROTO_TLS1_2
|
||||
|
||||
/* Modules */
|
||||
#define MBEDTLS_AES_C
|
||||
@ -65,6 +65,7 @@
|
||||
#define MBEDTLS_PK_PARSE_C
|
||||
#define MBEDTLS_RSA_C
|
||||
#define MBEDTLS_SHA1_C
|
||||
#define MBEDTLS_SHA224_C
|
||||
#define MBEDTLS_SHA256_C
|
||||
#define MBEDTLS_SSL_CLI_C
|
||||
#define MBEDTLS_SSL_SRV_C
|
||||
@ -78,10 +79,4 @@
|
||||
|
||||
#define MBEDTLS_FS_IO
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include "mbedtls/check_config.h"
|
||||
|
||||
#endif /* __APPS_INCLUDE_CRYPTO_MBEDTLS_CONFIG_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user