pkcs11-tool: recognize user PIN related token flags

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4691 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-09-05 16:53:02 +00:00
parent 362a907bf0
commit 7a66f4e339
1 changed files with 3 additions and 0 deletions

View File

@ -3605,6 +3605,9 @@ static const char *p11_token_info_flags(CK_FLAGS value)
{ CKF_USER_PIN_INITIALIZED, "PIN initialized" },
{ CKF_PROTECTED_AUTHENTICATION_PATH, "PIN pad present" },
{ CKF_TOKEN_INITIALIZED, "token initialized" },
{ CKF_USER_PIN_COUNT_LOW, "user PIN count low" },
{ CKF_USER_PIN_FINAL_TRY, "final user PIN try" },
{ CKF_USER_PIN_LOCKED, "user PIN locked" },
{ 0, NULL }
};