wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Add new crypto callback for RSA with padding.

Open ColtonWilley opened this issue 1 year ago • 1 comments

Description

Adds a new crypto callback for RSA with padding. The new callback optionally handles RSA padding itself, while maintaining existing fallback models.

ColtonWilley avatar Aug 27 '24 20:08 ColtonWilley

Retest this please.

ColtonWilley avatar Aug 27 '24 21:08 ColtonWilley

Yes, this has been tested against softHSM.

ColtonWilley avatar Aug 28 '24 22:08 ColtonWilley

Please add examples into wolfssl-examples/pkcs11. Add a link to the PR here.

SparkiDev avatar Aug 29 '24 03:08 SparkiDev

Retest this please. History lost, too old

dgarske avatar Sep 04 '24 15:09 dgarske

@SparkiDev I have added a PSS example to the PKCS11 examples, the rest of the code did not need to be modified.

https://github.com/wolfSSL/wolfssl-examples/pull/456

ColtonWilley avatar Sep 04 '24 17:09 ColtonWilley