Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
299 stars 82 forks source link

Update to 1.19.1 breaks challenge-response with YK5 #133

Closed ghost closed 5 years ago

ghost commented 5 years ago

In Antergos (Arch-Linux) with a YubiKey 5 nothing is returned when performing: ykchalresp -2 <challenge>

Version 1.19.0 works as expected; is returning a challenge-response.

klali commented 5 years ago

Good catch, thanks for the report, expect an update here..

klali commented 5 years ago

a fix for this is in https://github.com/Yubico/yubikey-personalization/pull/134 if you're able to test that'd be great, for me it looks much better.

expect a 1.19.2 with this fix shortly.

klali commented 5 years ago

134 is merged with a fix for this and 1.19.2 is out.

ghost commented 5 years ago

That was blazing fast. Thank you.