Skip to content

Commit

Permalink
doc: add mechanisms in features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Sep 12, 2023
1 parent d43b3b9 commit 1dda6fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,17 @@ Mechanisms:
Mechanisms:

- RSA-PKCS
- RSA-PKCS-PSS: expects hashed value with MD5/SHA1/SHA224/SHA256/SHA384/SHA512 (set the correct one in CK_RSA_PKCS_PSS_PARAMS)
- SHA1-RSA-PKCS (Hash is computed by the PKCS#11 module)
- SHA224-RSA-PKCS (Hash is computed by the PKCS#11 module)
- SHA256-RSA-PKCS (Hash is computed by the PKCS#11 module)
- SHA384-RSA-PKCS (Hash is computed by the PKCS#11 module)
- SHA512-RSA-PKCS (Hash is computed by the PKCS#11 module)
- RSA-PKCS-PSS: expects already hashed value with MD5/SHA1/SHA224/SHA256/SHA384/SHA512 (set the correct one in CK_RSA_PKCS_PSS_PARAMS)
- SHA1-RSA-PKCS-PSS (Hash is computed by the PKCS#11 module)
- SHA224-RSA-PKCS-PSS (Hash is computed by the PKCS#11 module)
- SHA256-RSA-PKCS-PSS (Hash is computed by the PKCS#11 module)
- SHA384-RSA-PKCS-PSS (Hash is computed by the PKCS#11 module)
- SHA512-RSA-PKCS-PSS (Hash is computed by the PKCS#11 module)
- EDDSA
- ECDSA
- ECDSA-SHA1 (Hash is computed by the PKCS#11 module)
Expand Down

0 comments on commit 1dda6fa

Please sign in to comment.