mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge pull request #7300 from valeriosetti/issue7281
Driver only EC JPAKE: re-enable the EC J-PAKE key exchange and get test parity
This commit is contained in:
commit
4ebe2a7372
3 changed files with 18 additions and 3 deletions
|
|
@ -2354,8 +2354,6 @@ config_psa_crypto_config_ecjpake_use_psa () {
|
|||
# Disable the module that's accelerated
|
||||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
||||
fi
|
||||
# Disable things that depend on it (regardless of driver or built-in)
|
||||
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
|
||||
|
||||
# Dynamic secure element support is a deprecated feature and needs to be disabled here.
|
||||
# This is done to have the same form of psa_key_attributes_s for libdriver and library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue