/* OpenSC specific extensions */
/*
* define OpenSC specific Vendor Defined extensions
* to make unique OpenSC flags, attributes, mechanisms, etc.
*
* Netscape used NSSCK_VENDOR_NSS 0x4E534350 "NSCP"
*/
/*
* In PKCS#11 there is no CKA_ attribute dedicated to the NON-REPUDIATION flag.
* We need this flag in PKCS#15/libopensc to make distinction between
* 'signature' and 'qualified signature' key slots.
*/
/* In PKCS#11 CKA_ALWAYS_AUTHENTICATE attribute is only associated with private keys.
* The corresponding userConsent field in PKCS#15 is allowed for any object type. This attribute can be used
* to set userConsent=1 for other objects than private keys via PKCS#11. */