tweag / webauthn

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

cryptonite -> crypton #182

Closed 9999years closed 10 months ago

9999years commented 11 months ago

cryptonite is deprecated.

This might require updating the nixpkgs reference to get the crypton package.

infinisil commented 11 months ago

Thanks for the notice! Some more info can be found here.

It seems like we can somewhat trust the maintainer of crypton, they're maintaining a bunch of other packages, some of which taken over from the previous maintainer of cryptonite, notably including x509-validation which we also use, is not deprecated and was seemingly passed over from the cryptonite maintainer.

Should take a very close look at this though.

9999years commented 11 months ago

I think x509-validation is now crypton-x509-validation as well.

infinisil commented 10 months ago

Spent some time to dig into this and pushed the result to this PR, I hope you don't mind!

I'll release 0.9.0.0 after merging this.

infinisil commented 10 months ago

webauthn-0.9.0.0 released