Question
Adobe Acrobat Reader DC PKCS#11 ECC - unsupported algorithm error
Hello, we tried to generate a digital signature with PKCS#11:
- Adobe Acrobat Reader DC version 2021.001.20145
- Default signing format: PKCS#7 - Detached
- PKCS#11 key stored on smart card (QSCD):
CKA_KEY_TYPE: CKK_EC
CKA_EC_PARAMS: { 1 2 840 10045 3 1 7 } - ECDSA elliptic curve P256 with digest algorithm SHA256
- Windows 10, macOS Catalina
We successfully loaded the PKCS#11 module. We started the signature process, added the PIN and after we tried to save the document we received the following error message:
"Error encountered while signing: unsupported algorithm."
The last function is called by Acrobat is the C_GetAttributeValue with CKA_KEY_TYPE: CKK_EC. There is further communication between Acrobat and PKCS#11 module.
According to the Acrobat DC Digital Signatures guide, the above-mentioned algorithm is supported:
https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSigDC/standards.html
On the other hand, with Minidriver, we can generate a digital signature with the same key/certificate.
https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSigDC/standards.html
On the other hand, with Minidriver, we can generate a digital signature with the same key/certificate.
Is there any information about PKCS#11 supported algorithms?
Thanks
