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
658 stars 55 forks source link

test: fix conformance tests after subject alt name validation #292

Closed grzuy closed 4 years ago

grzuy commented 4 years ago

Fixes https://github.com/cedarcode/webauthn-ruby/pull/291#issuecomment-568765419

grzuy commented 4 years ago

Yep, this is pretty much the same what I did in ffbd683

Oh, right. Didn't remember that commit.

Filed an issue upstream about it: fido-alliance/conformance-tools-issues#537

Great, thank you!

grzuy commented 4 years ago

Cherry-picked part of that commit in #293 .

Closing this one in favor of that one.