This PR restores the bit that gets flipped when we detect bad CBOR encoding from Firefox (see #441) so that authData isn't permanently changed and signature verification has a chance to succeed (since authData is part of the info that get signed over during registration.)
This PR restores the bit that gets flipped when we detect bad CBOR encoding from Firefox (see #441) so that
authData
isn't permanently changed and signature verification has a chance to succeed (sinceauthData
is part of the info that get signed over during registration.)Fixes an issue discovered while looking at #463.