pkcs11: Support RSA-PSS signatures

This commit is contained in:
Andreas Steffen
2024-02-21 11:22:33 +01:00
committed by Tobias Brunner
parent f739657aac
commit 49769fff53
4 changed files with 184 additions and 19 deletions
+5
View File
@@ -30,3 +30,8 @@ charon.plugins.pkcs11.use_pubkey = no
charon.plugins.pkcs11.use_rng = no
Whether the PKCS#11 modules should be used as RNG.
charon.plugins.pkcs11.use_rsa_pss_hashers = no
Whether the PKCS#11 modules should try to use internal hashing for RSA-PSS
signatures (some PKCS#11 libraries don't implement internal hashing
in conjunction with RSA-PSS correctly).