Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkcs15-piv.c placeholder for Yubikey key Attestation certificate CK_ID
Yubikey PKCS11 module uses CKA_ID "25" for its Attestation certificate which is read using a Yubikey APDU. Other PIV certificates are stored in PIV objects and the certificate is extracted from the object. OpenSC code was using the same CKA_ID for "Secure Messaging Certificate Signer" which is used with PIV SM. So to avoid any confusion, the "Secure Messaging Certificate Signer" will now use "81". On branch placeholer-for-Attestation Changes to be committed: modified: pkcs15-piv.c
- Loading branch information