tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Don't use x509-validation fork #75

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

We're currently using the x509-validation fork from https://github.com/vincenthz/hs-certificate/pull/126 in order to have a pure function to do X.509 verification. However we need to upload this library to Hackage, which can't work with this. So we need to do one of these things, ordered from most to least preferred:

https://github.com/tweag/haskell-fido2/blob/44e89a1519b7d9a809209a3e4907daf782091650/cabal.project#L3-L10

ErinvanderVeen commented 2 years ago

The PR has just been merged, but we do need to do version bumb and ask for a re-upload to hackage.