From: Daiki Ueno Date: Tue, 6 Dec 2016 10:04:28 +0000 (+0100) Subject: pkcs11: Add CKA_COPYABLE definition X-Git-Tag: 0.23.3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15a28b263f37de4796899dff04bcf3886f9d010e;p=p11-kit pkcs11: Add CKA_COPYABLE definition https://bugzilla.redhat.com/show_bug.cgi?id=1191231 --- diff --git a/common/pkcs11.h b/common/pkcs11.h index 41ecc31..e295286 100644 --- a/common/pkcs11.h +++ b/common/pkcs11.h @@ -426,6 +426,7 @@ typedef unsigned long ck_attribute_type_t; #define CKA_ALWAYS_SENSITIVE (0x165UL) #define CKA_KEY_GEN_MECHANISM (0x166UL) #define CKA_MODIFIABLE (0x170UL) +#define CKA_COPYABLE (0x171UL) #define CKA_ECDSA_PARAMS (0x180UL) #define CKA_EC_PARAMS (0x180UL) #define CKA_EC_POINT (0x181UL)