diff options
author | Werner Koch <wk@gnupg.org> | 2020-05-28 15:55:54 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-05-28 15:55:54 +0200 |
commit | 2d9592e78f4978307e378e07d6c170a28000a494 (patch) | |
tree | 8625c60917629413faca36e6337f42f0d2a2862e /doc/DETAILS | |
parent | card: New command "apdu" (diff) | |
download | gnupg2-2d9592e78f4978307e378e07d6c170a28000a494.tar.xz gnupg2-2d9592e78f4978307e378e07d6c170a28000a494.zip |
card: Allow to store and retrieve keyblocks in OpenPGP cards.
* tools/gpg-card.c: Include tlv.h.
(cmd_writecert): Add option --openpgp.
(cmd_readcert): Ditto.
--
We use the CERT object for this and encapsulate the key block in a CMS
object.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index c22c14b72..348c64502 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1509,6 +1509,8 @@ Status codes are: 1.3.6.1.4.1.11591.2.2 X.509 extensions 1.3.6.1.4.1.11591.2.2.1 standaloneCertificate 1.3.6.1.4.1.11591.2.2.2 wellKnownPrivateKey + 1.3.6.1.4.1.11591.2.3 CMS contentType + 1.3.6.1.4.1.11591.2.3.1 OpenPGP keyblock (as octet string) 1.3.6.1.4.1.11591.2.12242973 invalid encoded OID #+end_example |