forked from latchset/pkcs11-provider
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Encoders/Decoders for RSA-PSS too
Seem like we forgot to explicitly enable them in the past. OpenSSL considers RSA-PSS a separate key type and requires explicit encoders, will not fallback to RSA encoders/decoders from a provider and instead will try to export private keys to the default provider to use the base encoders/decoders. Signed-off-by: Simo Sorce <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters