]> granicus.if.org Git - p11-kit/commitdiff
pkcs11: Add CKA_COPYABLE definition
authorDaiki Ueno <dueno@redhat.com>
Tue, 6 Dec 2016 10:04:28 +0000 (11:04 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 13 Dec 2016 09:14:02 +0000 (10:14 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=1191231

common/pkcs11.h

index 41ecc31190b87597f2dd143010864ae3e6fec7ac..e2952867f696f2524c42293b9ceb7869eed50176 100644 (file)
@@ -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)