mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-10 21:27:48 +00:00
Fix psasim client config
MBEDTLS_PK_PARSE_EC_COMPRESSED/EXTENDED features are not supported through PSA. Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -149,6 +149,8 @@ helper_psasim_config() {
|
||||
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
|
||||
scripts/config.py unset MBEDTLS_ECP_RESTARTABLE
|
||||
scripts/config.py unset MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
|
||||
scripts/config.py unset MBEDTLS_PK_PARSE_EC_EXTENDED
|
||||
scripts/config.py unset MBEDTLS_PK_PARSE_EC_COMPRESSED
|
||||
|
||||
scripts/config.py unset-all MBEDTLS_SHA256_USE_.*_CRYPTO_
|
||||
scripts/config.py unset-all MBEDTLS_SHA512_USE_.*_CRYPTO_
|
||||
|
||||
Reference in New Issue
Block a user