Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pin_protocol field to 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 adds this new field to the HmacSecretInput struct to make it possible to parse requests using this new field. https://fidoalliance.org/specs/fido-v2.1-rd-20201208/fido-client-to-authenticator-protocol-v2.1-rd-20201208.html Fixes #1.
- Loading branch information