passing interop w/o rk

This commit is contained in:
Conor Patrick
2018-11-12 02:16:00 -05:00
committed by Emanuele Cesena
parent 24e0bd9bc3
commit 36fdc64fab
2 changed files with 25 additions and 10 deletions

View File

@@ -895,6 +895,16 @@ uint8_t ctap_parse_get_assertion(CTAP_getAssertion * GA, uint8_t * request, int
printf1(TAG_GA,"CTAP_pinAuth\n");
ret = parse_fixed_byte_string(&map, GA->pinAuth, 16);
if (CTAP1_ERR_INVALID_LENGTH != ret) // damn microsoft
{
check_retr(ret);
}
else
{
ret = 0;
}
check_retr(ret);
GA->pinAuthPresent = 1;