16 Commits (1872c7834787a7287f9fcfc63d84e11301a6e6f5)

Author SHA1 Message Date
Nick Zana 4f589f4525 ctap2-proto: fix typo in Command enum variant 11 months ago
Nick Zana 941a5f3949 ctap2-proto: Enable adt_const_params feature
This unstable feature is used in the
authenticator::client_pin::auth_protocol module to keep track of which
version of the PinUvAuthProtocol a given Authenticator or Platform
interface implements.
11 months ago
Nick Zana e1b50351a3 Remove all clippy warning bypasses 12 months ago
Nick Zana 413b55f098 ctap2-proto: Add self params to Ctap Authentictaor methods
Self required to access authenticator.
12 months ago
Nick Zana 0804a06f02 ctap2-proto: Uncomment temporarily disabled methods 12 months ago
Nick Zana b5e33f889e ctap2-hid: All ctap commands need self reference 1 year ago
Nick Zana 54d8ffc2bf ctap2-proto: Derive Serialize for credential::make::Request
Enables cfg_eval feature because serde_as does not support cfg_attr for
conditional compilation.
1 year ago
Nick Zana 754fc51510 ctap2-proto: Include all of fido-common in prelude 1 year ago
Nick Zana 282a7518ec ctap2-proto: Ctap2_2Authenticator::get_assertion requires self param 1 year ago
Nick Zana 5bc9e57c11 ctap2-proto: formatting 1 year ago
Nick Zana 999c96d3c5 ctap2-proto: Add CTAP Command enum
Adds ctap2_proto::Command enum to represent the CTAP command codes for
the authenticator commands.
1 year ago
Nick Zana 0fb2487154
Move several types from ctap2-proto to fido-common 1 year ago
Nick Zana 7d15578852
ctap2-proto: Add bio-enrollment return type 1 year ago
Nick Zana 85a3260c4a
ctap2-proto: Add &self param to get_info 1 year ago
Nick Zana ea1fc7b64d
ctap2-proto: Define prelude 1 year ago
Nick Zana 4082fbb437
Add ctap2-proto crate
The ctap2-proto crate defines the Ctap2_2Authenticator trait, which
implements the latest CTAP spec.
1 year ago