diff options
author | Werner Koch <[email protected]> | 2012-05-24 08:13:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-05-24 08:13:39 +0000 |
commit | fc00d3fcb201476b3495f47138fa35b71c52f403 (patch) | |
tree | 46b40fecd954bbbd41e1f8fb2ab41b9650dedf06 /doc | |
parent | Fix type conflict warning. (diff) | |
download | gnupg-fc00d3fcb201476b3495f47138fa35b71c52f403.tar.gz gnupg-fc00d3fcb201476b3495f47138fa35b71c52f403.zip |
Print the hash algorithm in colon mode key listing.
* g10/keylist.c (list_keyblock_colon): Print digest_algo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 955e850e3..59434f10c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -3,8 +3,8 @@ Format of colon listings ======================== First an example: -$ gpg --fixed-list-mode --with-colons --list-keys \ - --with-fingerprint --with-fingerprint [email protected] +$ gpg --with-colons --list-keys \ + --with-fingerprint --with-fingerprint [email protected] pub:f:1024:17:6C7EE1B8621CC013:899817715:1055898235::m:::scESC: fpr:::::::::ECAF7590EB3443B5C7CF3ACB6C7EE1B8621CC013: @@ -151,6 +151,10 @@ record; gpg2 does this by default and the option is a dummy. 15. Field Used in sec/sbb to print the serial number of a token (internal protect mode 1002) or a '#' if that key is a simple stub (internal protect mode 1001) +16. Field: For sig records, this is the used hash algorithm: + 2 = SHA-1 + 8 = SHA-256 + (for other id's see include/cipher.h) All dates are displayed in the format yyyy-mm-dd unless you use the option --fixed-list-mode in which case they are displayed as seconds |