You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: fix alg and usage for some ECDHE-ECDSA-WITH-AES-256-CCM opaque key tests
Using "mbedtls_psa_can_do_psa()" instead of the legacy
"mbedtls_psa_can_do_ext()" requires the key to have all the algorithms (main alg
and enrollment alg) and key usages to be setup correctly. Changes introduced
by this commit are meant to solve the case in which the key is then tested
for key derivation using ECDH algorithm in the TLS layer.
Signed-off-by: Valerio Setti <[email protected]>
0 commit comments