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
Add in ./configs a symmetric only configuration similar to config-symmetric-only.h in mbedtls
Add in ./configs an asymmetric only configuration to reach a crypto configuration similar to the one in test_full_no_bignum
Add the two configurations to the list of configurations handled by test-ref-configs.pl/py
Notes:
Aim to replace the two mbedtls test components test_full_no_cipher and test_full_no_bignum. These are related to the cipher and bignum C module which in psa-crypto context makes less sense. Thus we do it slightly differently in psa-crypto.
Notes:
Depends on:
The text was updated successfully, but these errors were encountered: