openpgp-card/pcsc
Heiko Schaefer 2709b4ad39
Implement pinpad feature detection and pinpad support for verify/modify (of pw1 and pw3) in pcsc backend.
Extend CardCaps to contain pw1_max_len and pw3_max_len (and initialize these values from ARD).

Add pinpad_verify(), pinpad_modify(), feature_verify()/feature_modify() to CardClient API.
Expose in card_app (and openpgp-card-sequoia card API).

Adjust opgpcard, opgpcard-pin to ue pinpad reader when available.
2021-11-30 22:51:18 +01:00
..
src Implement pinpad feature detection and pinpad support for verify/modify (of pw1 and pw3) in pcsc backend. 2021-11-30 22:51:18 +01:00
Cargo.toml Implement pinpad feature detection and pinpad support for verify/modify (of pw1 and pw3) in pcsc backend. 2021-11-30 22:51:18 +01:00
README.md Documentation. 2021-08-18 15:01:38 +02:00

pcsc client for the openpgp-card library

This crate provides PcscClient, which is an implementation of the CardClient trait that uses pcsc to access OpenPGP cards.