Yubico / yubikey-personalization

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

Handle several YubiKeys gracefully #16

Closed klali closed 11 years ago

klali commented 12 years ago

As the library works now only the first key found is reachable, and no indication is given that there are several keys in the computer.

Maybe yk_open_first_key() should return an error if several are found, and we could have a mechanism to enumerate keys and choose which to open.

jas4711 commented 11 years ago

The latest release rejects if multiple yubikeys are present

jas4711 commented 11 years ago

I think this issue is closed with the current improvements -- supporting multiple yubikeys at the same time is covered by #23.