openpgp-card/openpgp-card
Heiko Schaefer 3bc14e9d19 Implement check_pw1/3(), which calls "7.2.2 VERIFY" with no data ("Lc empty"), to ask the card for verification status.
(It seems that the Yubikey 5 doesn't support this type of request, but instead responds "6A 80: Incorrect parameters")
2021-07-04 00:04:35 +02:00
..
src Implement check_pw1/3(), which calls "7.2.2 VERIFY" with no data ("Lc empty"), to ask the card for verification status. 2021-07-04 00:04:35 +02:00
Cargo.toml Documentation links 2021-06-30 22:34:42 +02:00
README.md Documentation links 2021-06-30 22:34:42 +02:00

OpenPGP card client library

This crate implements a client library for the OpenPGP card specification, in Rust.

This library is OpenPGP implementation-agnostic. Its communication with the card is based on simple data structures, derived from the formats defined in the OpenPGP card specification.

Sequoia PGP wrapper

See the companion crate openpgp-card-sequoia for a convenient wrapper to use this library with Sequoia PGP.