1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #6970 from valeriosetti/issue6857

driver-only ECDSA: get testing parity in PK
This commit is contained in:
Manuel Pégourié-Gonnard
2023-02-08 13:33:15 +01:00
committed by GitHub
9 changed files with 490 additions and 509 deletions

View File

@@ -2108,6 +2108,10 @@ config_psa_crypto_config_ecdsa_use_psa () {
# 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)
scripts/config.py unset MBEDTLS_ECP_RESTARTABLE
}
# Keep in sync with component_test_psa_crypto_config_reference_ecdsa_use_psa

View File

@@ -177,7 +177,6 @@ TASKS = {
'ecdsa', # the software implementation that's excluded
# the following lines should not be needed,
# they will be removed by upcoming work
'pk', # #6857
'x509parse', # #6858
'x509write', # #6858
'debug', # #6860