mbedtls/tf-psa-crypto/core
Gilles Peskine de7aae1ba0 PSA interruptible sign/verify: detect unsupported mechanism in start
In particular, if interruptible ECDSA is supported but not the deterministic
variant, detect this in psa_sign_hash_start(), whereas before start() would
succeed and psa_sign_hash_complete() would fail. This avoids an
inconsistency between psa_sign_hash() and psa_sign_hash_start() that would
be annoying to handle in test_suite_psa_crypto_op_fail.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-12-09 18:31:59 +01:00
..
.gitignore
alignment.h
CMakeLists.txt Move driver wrappers generation to tf-psa-crypto 2024-12-04 14:25:02 +01:00
common.h
psa_crypto_client.c
psa_crypto_core_common.h
psa_crypto_core.h Merge pull request #9651 from waleed-elmelegy-arm/add-iop-key-gen-complete 2024-11-26 18:34:40 +00:00
psa_crypto_driver_wrappers_no_static.h
psa_crypto_invasive.h
psa_crypto_its.h
psa_crypto_random_impl.h Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT 2024-09-03 14:07:05 +00:00
psa_crypto_se.c
psa_crypto_se.h
psa_crypto_slot_management.c Simplify and explain the overflow check for maximum slice length 2024-08-22 10:56:19 +02:00
psa_crypto_slot_management.h
psa_crypto_storage.c
psa_crypto_storage.h psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE 2024-10-22 17:56:36 +02:00
psa_crypto.c PSA interruptible sign/verify: detect unsupported mechanism in start 2024-12-09 18:31:59 +01:00
psa_its_file.c