Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle pin_protocol field in HmacSecretInput
The December 08, 2020 version of the Client to Authenticator Protocol (CTAP) specification added the pinUvAuthProtocol(0x04) field to the input data for the hmac-secret extension in the authenticatorGetAssertion command. This patch checks that the value of this field (if present) is set to 1 as we only support this pin protocol. https://fidoalliance.org/specs/fido-v2.1-rd-20201208/fido-client-to-authenticator-protocol-v2.1-rd-20201208.html
- Loading branch information