Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

ES384 and ES512 fail on verify() #200

Closed polhenarejos closed 8 months ago

polhenarejos commented 1 year ago

Both algorithms fail to verify() since both check against to curve 1 (SECP256R1). It should be checked against to 2 and 3, respectively.

See PR #199

dainnilsson commented 8 months ago

1.1.3 is now released which includes the linked PR!