Remove support for static ECDH cipher suites

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-07-10 09:45:56 +01:00
parent 8f0eeca1f2
commit 24d14834e9
-1
View File
@@ -147,7 +147,6 @@ helper_psasim_config() {
# Disable potentially problematic features
scripts/config.py unset MBEDTLS_X509_RSASSA_PSS_SUPPORT
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
scripts/config.py unset MBEDTLS_ECP_RESTARTABLE
scripts/config.py unset MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
else