diff options
author | Werner Koch <wk@gnupg.org> | 2020-02-13 14:01:07 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-02-13 14:07:09 +0100 |
commit | 86312b920a1d5817903d7175e9c2109bcf521b7c (patch) | |
tree | ca7c10e48d3777cb0f4e9f883aaedf372af77de8 /g10/options.h | |
parent | gpg: Changes to allow direct key generation from an OpenPGP card. (diff) | |
download | gnupg2-86312b920a1d5817903d7175e9c2109bcf521b7c.tar.xz gnupg2-86312b920a1d5817903d7175e9c2109bcf521b7c.zip |
gpg: New option --full-timestrings.
* g10/options.h (opt): Add flags.full_timestrings.
* g10/gpg.c (oFullTimestrings): New.
(opts): New option.
(main): Set new flag.
* g10/keyid.c (dateonlystr_from_pk): New.
(dateonlystr_from_sig): New.
(datestr_from_pk): Divert to isotimestamp if requested.
(datestr_from_sig): Ditto.
(expirestr_from_pk): Ditto.
(expirestr_from_sig): Ditto.
(revokestr_from_pk): Ditto.
* g10/import.c (impex_filter_getval): Use dateonlystr_from_sig and
dateonlystr_from_pk.
--
Quite helpful for debugging keys.
Signed-off-by: Werner Koch <wk@gnupg.org>
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 e80d3ead0..4f190a1bc 100644 --- a/g10/options.h +++ b/g10/options.h @@ -248,6 +248,7 @@ struct /* Force the use of the OpenPGP card and do not allow the use of * another card. */ unsigned int use_only_openpgp_card:1; + unsigned int full_timestrings:1; } flags; /* Linked list of ways to find a key if the key isn't on the local |