modules: mbedtls: remove Kconfig options for TLS 1.0 and 1.1

Support for those has been removed from Mbed TLS a while ago:
https://github.com/Mbed-TLS/mbedtls/issues/4286

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2024-08-08 14:27:38 +03:00 committed by Carles Cufí
commit 76b73838ed
3 changed files with 11 additions and 30 deletions

View file

@ -30,6 +30,9 @@ Modules
Mbed TLS
========
* The Kconfig options ``CONFIG_MBEDTLS_TLS_VERSION_1_0`` and ``CONFIG_MBEDTLS_TLS_VERSION_1_1``
have been removed because Mbed TLS doesn't support TLS 1.0 and 1.1 anymore since v3.0. (:github:`76833`)
Trusted Firmware-M
==================