Skip to content

Commit

Permalink
Add missing CKA's (???)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jan 22, 2015
1 parent 32d30ed commit 6e8ed6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkcs11t.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ typedef CK_ULONG CK_ATTRIBUTE_TYPE;
#define CKA_URL 0x00000089
#define CKA_HASH_OF_SUBJECT_PUBLIC_KEY 0x0000008A
#define CKA_HASH_OF_ISSUER_PUBLIC_KEY 0x0000008B
#define CKA_NAME_HASH_ALGORITHM 0x0000008C
#define CKA_CHECK_VALUE 0x00000090

#define CKA_KEY_TYPE 0x00000100
Expand Down Expand Up @@ -483,6 +484,7 @@ typedef CK_ULONG CK_ATTRIBUTE_TYPE;
#define CKA_KEY_GEN_MECHANISM 0x00000166

#define CKA_MODIFIABLE 0x00000170
#define CKA_COPYABLE 0x00000171

/* CKA_ECDSA_PARAMS is deprecated in v2.11,
* CKA_EC_PARAMS is preferred. */
Expand Down

0 comments on commit 6e8ed6a

Please sign in to comment.