arianvp/haskell-fido2
A library for parsing and validating webauthn/fido2 credentials
HaskellApache-2.0
Issues
- 1
Implement attestation
#19 opened by arianvp - 0
- 4
Implement EdDSA
#20 opened by arianvp - 1
Perhaps we can store the EC2 Points in compressed form (`x` coordinate plus sign) instead of `x/y` coordinates. This eliminates a whole bunch of cryptographic security vulnerabilities by construction
#22 opened by arianvp - 0
One downside of a `verify` that returns a bool is that you can forget to call it. One way to mitigate this (until we get Linear Haskell :smile:) is to fuse deserialization of the message with verification, something like
#24 opened by arianvp - 0
Conformance tests
#16 opened by arianvp - 1
Implement test suite
#1 opened by arianvp