Merge pull request #7117 from valeriosetti/issue6862

driver-only ECDSA: enable ECDSA-based TLS 1.2 key exchanges
This commit is contained in:
Gilles Peskine 2023-03-09 20:49:44 +01:00 committed by GitHub
commit 4da92832b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 44 additions and 38 deletions

View file

@ -2111,10 +2111,6 @@ config_psa_crypto_config_ecdsa_use_psa () {
# Disable the module that's accelerated
scripts/config.py unset MBEDTLS_ECDSA_C
fi
# Disable things that depend on it
# TODO: make these work - #6862
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
# Restartable feature is not yet supported by PSA. Once it will in
# the future, the following line could be removed (see issues
# 6061, 6332 and following ones)