From 1dda6fa78dc091866ed4a56404460d5be64db806 Mon Sep 17 00:00:00 2001 From: Nils Ponsard | Nitrokey Date: Tue, 12 Sep 2023 13:56:47 +0200 Subject: [PATCH] doc: add mechanisms in features.md --- features.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/features.md b/features.md index e49b57b8..2c41422f 100644 --- a/features.md +++ b/features.md @@ -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)