Modify rsa_sign_pss
and rsa_verify_pss
for the PSA API
#9970
Labels
size-s
Estimated task size: small (~2d)
rsa_sign_pss
and rsa_verify_pss
for the PSA API
#9970
Part of implementing #9904
Modify
programs/pkey/rsa_sign_pss.c
andprograms/pkey/rsa_verify_pss.c
to replace the uses ofmbedtls_rsa
andmbedtls_pk_rsa
functions with their PSA equivalents.These functions are currently used to set the padding scheme to PKCS#1 v2.1 padding in PK's internal RSA context.
This task is done when neither program calls any
mbedtls_rsa
ormbedtls_pk_rsa
function.Estimate: 3 Ideal Engineering Hours
The text was updated successfully, but these errors were encountered: