Add import private key to libykpiv.

This commit is contained in:
Alessio Di Mauro
2015-11-19 18:29:26 +01:00
parent 9b16e20807
commit 6269280578
2 changed files with 60 additions and 13 deletions
+2
View File
@@ -163,11 +163,13 @@ extern "C"
#define YKPIV_INS_SET_PIN_RETRIES 0xfa
#define YKPIV_PINPOLICY_TAG 0xaa
#define YKPIV_PINPOLICY_DEFAULT 0
#define YKPIV_PINPOLICY_NEVER 1
#define YKPIV_PINPOLICY_ONCE 2
#define YKPIV_PINPOLICY_ALWAYS 3
#define YKPIV_TOUCHPOLICY_TAG 0xab
#define YKPIV_TOUCHPOLICY_DEFAULT 0
#define YKPIV_TOUCHPOLICY_NEVER 1
#define YKPIV_TOUCHPOLICY_ALWAYS 2