You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing that makes it variable size is that the DER-encoded signature can be variable size, but adding padding to a DER-encoded blob should not break things.
The issue is found in this line:
uint16_t status, len = sizeof(U2F_AUTHENTICATE_RESP);
The text was updated successfully, but these errors were encountered:
avivgr
changed the title
U@F authentication response should be variable size
U2F authentication response should be variable size
Dec 12, 2016
The only thing that makes it variable size is that the DER-encoded signature can be variable size, but adding padding to a DER-encoded blob should not break things.
The issue is found in this line:
uint16_t status, len = sizeof(U2F_AUTHENTICATE_RESP);
The text was updated successfully, but these errors were encountered: