Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify rsa_sign_pss and rsa_verify_pss for the PSA API #9970

Open
davidhorstmann-arm opened this issue Feb 12, 2025 · 0 comments
Open

Modify rsa_sign_pss and rsa_verify_pss for the PSA API #9970

davidhorstmann-arm opened this issue Feb 12, 2025 · 0 comments
Labels
size-s Estimated task size: small (~2d)

Comments

@davidhorstmann-arm
Copy link
Contributor

Part of implementing #9904

Modify programs/pkey/rsa_sign_pss.c and programs/pkey/rsa_verify_pss.c to replace the uses of mbedtls_rsa and mbedtls_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 or mbedtls_pk_rsa function.

Estimate: 3 Ideal Engineering Hours

@davidhorstmann-arm davidhorstmann-arm added the size-s Estimated task size: small (~2d) label Feb 12, 2025
@davidhorstmann-arm davidhorstmann-arm moved this to Implementation needed in Mbed TLS 4.0 planning Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size-s Estimated task size: small (~2d)
Projects
Status: Implementation needed
Development

No branches or pull requests

1 participant