cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
649 stars 53 forks source link

refactor: update cose & tpm-key_attestation runtime dependencies #328

Closed grzuy closed 4 years ago

grzuy commented 4 years ago

As a side-effect this will add support for ES256K credentials, because of https://github.com/cedarcode/openssl-signature_algorithm/commit/bc11db7ed4dedd7f4543bba332aa18d6dfab8b51 and https://github.com/cedarcode/cose-ruby/commit/d44bbcaa9a1996c3cdfd6d06a656d64f919dfcd6.

grzuy commented 4 years ago

Thank you!