definitely need to update rpIdHash

This commit is contained in:
Conor Patrick 2020-03-24 13:47:48 -04:00
parent 3a70ee0ec6
commit a28a05673f

View File

@ -1255,6 +1255,7 @@ uint8_t ctap_get_next_assertion(CborEncoder * encoder)
}
auth_data_update_count(&getAssertionState.buf.authData);
memmove(getAssertionState.buf.authData.rpIdHash, cred->credential.id.rpIdHash, 32);
if (cred->credential.user.id_size)
{