-
Notifications
You must be signed in to change notification settings - Fork 833
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
Add new crypto callback for RSA with padding. #7907
Conversation
Retest this please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this been tested with a PKCS#11 implementation?
Yes, this has been tested against softHSM. |
Please add examples into wolfssl-examples/pkcs11. |
…ack, code cleanup to address review comments.
Retest this please. History lost, too old |
…compared with the original plaintext
@SparkiDev I have added a PSS example to the PKCS11 examples, the rest of the code did not need to be modified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Over to @SparkiDev
Description
Adds a new crypto callback for RSA with padding. The new callback optionally handles RSA padding itself, while maintaining existing fallback models.