Closed selvanair closed 5 years ago
Please also rename patch title to:
openssl: Support RSA_NO_PADDING padding
Or something similar.
Thanks!
Changes:
Thanks!
Why was this PR closed? The issue is still present, and the patch works for me.
It was committed to master in April see commit c192bb4 ...
Sorry; I missed that somehow.
When PSS padding is in use, OpenSSL pre-pads the data and requests signature with padding=RSA_NO_PADDING. Handle this using CKM_RSA_X_509 as the mechanism.
Signed-off-by: Selva Nair selva.nair@gmail.com