openpgp-card/openpgp-card-sequoia/src
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
..
card.rs 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
decryptor.rs Don't check cert revocation status when decrypting. 2021-11-22 16:33:15 +01:00
lib.rs Rename Open::open() to Open::new() 2021-11-11 16:40:08 +01:00
main.rs Adjust error handling in CardSigner and CardDecryptor (for better error messages in tools, such as opgpcard). 2021-11-21 15:21:43 +01:00
privkey.rs clean up lints 2021-11-11 16:40:08 +01:00
signer.rs Don't check cert revocation status when decrypting. 2021-11-22 16:33:15 +01:00
sq_util.rs Clippy fixes. 2021-11-22 16:33:15 +01:00
util.rs 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