Currently doesn't return any valid result, hence host believes device failed to register, however, insecure storage of keys does occur.
9 lines
82 B
C++
9 lines
82 B
C++
#pragma once
|
|
|
|
enum APDU
|
|
{
|
|
U2F_REG = 0x01,
|
|
U2F_AUTH = 0x02,
|
|
U2F_VER = 0x03
|
|
};
|