SELECT works as expected and U2F GetVersion command done

This commit is contained in:
merlokk
2019-01-24 18:19:23 +02:00
parent ad9186c13b
commit d02206ba09
2 changed files with 31 additions and 5 deletions

View File

@ -44,6 +44,10 @@ typedef struct
#define NFC_SBLOCK_DESELECT 0x32
#define NFC_SBLOCK_WTX 0xf2
#define APDU_FIDO_U2F_REGISTER 0x01
#define APDU_FIDO_U2F_AUTHENTICATE 0x02
#define APDU_FIDO_U2F_VERSION 0x03
#define APDU_FIDO_EXCHANGE 0x10
#define APDU_INS_SELECT 0xA4
#define APDU_INS_READ_BINARY 0xB0