diff options
author | Werner Koch <[email protected]> | 2015-02-24 18:31:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-24 18:31:59 +0000 |
commit | e2d93402801a2cb822c723e891fd98233fdb3fd5 (patch) | |
tree | 4e22030025ce7239e11118a863f70ccbd03ac9ab /g10/options.h | |
parent | gpg: Add function to extract the mailbox. (diff) | |
download | gnupg-e2d93402801a2cb822c723e891fd98233fdb3fd5.tar.gz gnupg-e2d93402801a2cb822c723e891fd98233fdb3fd5.zip |
gpg: Add command --print-pka-records.
* g10/gpg.c (main): Add command --print-pka-records.
* g10/options.h (struct opt): Add field "print_pka_records".
* g10/keylist.c (list_keyblock_pka): New.
(list_keyblock): Call it if new option is set.
(print_fingerprint): Add mode 10.
--
This is a fist step towards a slightly updated PKA implementation.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index a09d3d5d8..18cca2b83 100644 --- a/g10/options.h +++ b/g10/options.h @@ -73,6 +73,7 @@ struct int with_secret; /* Option --with-secret active. */ int fingerprint; /* list fingerprints */ int list_sigs; /* list signatures */ + int print_pka_records; int no_armor; int list_packets; /* list-packets mode: 1=normal, 2=invoked by command*/ int def_cipher_algo; |