solokeys / solo2-cli

Solo 2 library and CLI in Rust
https://docs.rs/solo2
Apache License 2.0
170 stars 31 forks source link

Fix listing for smartcards when multiple readers are present #60

Closed borgoat closed 2 years ago

borgoat commented 2 years ago

Fixes #55

With multiple smartcard readers connected (although some empty), the call to PCSC session connect would panic. With this pr, invalid readers are ignored.

nickray commented 2 years ago

Thanks a lot, those reports had me puzzled :)

I rebased your commit onto latest main.