Reliably ignore PIV devices that are not connected

This is primarily to ignore smart card readers that don't have cards
plugged in.
This commit is contained in:
Jack Grigg
2021-04-14 00:33:39 +12:00
parent 856a73dc90
commit 50b873c89f
4 changed files with 50 additions and 43 deletions
+1
View File
@@ -33,6 +33,7 @@ gumdrop = "0.8"
hex = "0.4"
log = "0.4"
p256 = { version = "0.7", features = ["ecdh"] }
pcsc = "2.4"
rand = "0.7"
secrecy = "0.7"
sha2 = "0.9"