From 32aefa44c534661ddc99499e9e2467a2122ec668 Mon Sep 17 00:00:00 2001 From: makejian Date: Mon, 27 Mar 2023 19:37:12 +0800 Subject: [PATCH] crypto/mbedtls: Bump Mbed TLS to version 3.4.0 Signed-off-by: makejian --- crypto/mbedtls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index d598ad136..97f8c7861 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -13,7 +13,7 @@ if CRYPTO_MBEDTLS config MBEDTLS_VERSION string "Mbed TLS Version" - default "3.0.0" + default "3.4.0" menuconfig MBEDTLS_APPS tristate "Mbed TLS Applications"