pkcs11: Prefer CKA_EC_PARAMS over deprecated CKA_ECDSA_PARAMS by listing it first in the list

This commit is contained in:
Jakub Jelen 2020-02-25 09:32:29 +01:00
parent f726d4f201
commit 86e01d7c47
1 changed files with 1 additions and 1 deletions

View File

@ -145,8 +145,8 @@ static struct fmap p11_attr_names[] = {
b(CKA_ALWAYS_SENSITIVE),
_(CKA_KEY_GEN_MECHANISM),
b(CKA_MODIFIABLE),
_(CKA_ECDSA_PARAMS),
_(CKA_EC_PARAMS),
_(CKA_ECDSA_PARAMS),
_(CKA_EC_POINT),
_(CKA_SECONDARY_AUTH),
ul(CKA_AUTH_PIN_FLAGS),