openpgp-card/card-functionality/src
Heiko Schaefer 3235f1a8a6
Ignore sequoia-openpgp deprecations.
sequoia-openpgp's deprecations in 1.17 effectively force users that enable "-D warnings" to either upgrade to 1.17 (which would force our downstreams to also use that version).

Alternatives are:
- upgrade sequoia-openpgp
- disable "-D warnings"
- ignore the deprecations with #allow.
2023-11-03 09:24:13 +01:00
..
cards.rs card-functionality: adjust to backend and openpgp-card-sequoia API changes 2023-09-06 01:16:32 +02:00
import.rs card-functionality: Perform the full set of tests in a single Card<Transaction> 2023-09-06 01:16:32 +02:00
keygen.rs card-functionality: Perform the full set of tests in a single Card<Transaction> 2023-09-06 01:16:32 +02:00
lib.rs WIP: more testing in the context of on-card key generation. 2021-08-13 20:02:53 +02:00
list-cards.rs card-functionality: adjust to backend and openpgp-card-sequoia API changes 2023-09-06 01:16:32 +02:00
other.rs card-functionality: Perform the full set of tests in a single Card<Transaction> 2023-09-06 01:16:32 +02:00
tests.rs openpgp-card-sequoia: cleanup internal ptf() hack 2023-09-06 01:47:21 +02:00
util.rs Ignore sequoia-openpgp deprecations. 2023-11-03 09:24:13 +01:00