Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_asymetric.py: use a correct size for RSA_PSS_Mechanism.sLen
All PSS mechanisms require to provide the PSS parameters in appropriate C_XXXInit() APIs. The PKCS#11 recommends to use salt length equal to appropriate hash length. For SHA1: salt length = 20 bytes For SHA256: salt length = 32 bytes
- Loading branch information