Document that scdc doesn't implement transaction guarantees.
This commit is contained in:
parent
a8637f48b1
commit
8d09289d48
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ This crate provides `ScdBackend`/`ScdTransaction`, which is an implementation of
|
||||||
[scdaemon](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-SCDAEMON.html)
|
[scdaemon](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-SCDAEMON.html)
|
||||||
to access OpenPGP cards.
|
to access OpenPGP cards.
|
||||||
|
|
||||||
|
Note that (unlike `openpgp-card-pcsc`), this backend doesn't implement transaction guarantees.
|
||||||
|
|
||||||
**Known limitations**
|
**Known limitations**
|
||||||
|
|
||||||
- Uploading RSA 4096 keys via `scdaemon` doesn't work with cards that don't
|
- Uploading RSA 4096 keys via `scdaemon` doesn't work with cards that don't
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
//! This crate implements the experimental `ScdBackend`/`ScdTransaction` backend for the
|
//! This crate implements the experimental `ScdBackend`/`ScdTransaction` backend for the
|
||||||
//! `openpgp-card` crate.
|
//! `openpgp-card` crate.
|
||||||
//! It uses GnuPG's scdaemon (via GnuPG Agent) to access OpenPGP cards.
|
//! It uses GnuPG's scdaemon (via GnuPG Agent) to access OpenPGP cards.
|
||||||
|
//!
|
||||||
|
//! Note that (unlike `openpgp-card-pcsc`), this backend doesn't implement transaction guarantees.
|
||||||
|
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
|
|
Loading…
Reference in a new issue