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:
parent
b649efe6dd
commit
76b73838ed
3 changed files with 11 additions and 30 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue