diff options
author | David Shaw <[email protected]> | 2002-08-30 19:28:33 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-30 19:28:33 +0000 |
commit | a30375ef288db8a0bd5c837fd1ff04154a50723a (patch) | |
tree | 55c7aea99997f6e76c5cef1ec1c75bdc2ce597b1 /doc/DETAILS | |
parent | * pkclist.c (build_pk_list): Add new status code to indicate an untrusted (diff) | |
download | gnupg-a30375ef288db8a0bd5c837fd1ff04154a50723a.tar.gz gnupg-a30375ef288db8a0bd5c837fd1ff04154a50723a.zip |
* gpg.sgml: Document keyserver-option include-subkeys. Note that
honor-http-proxy is a keyserver-option now.
* DETAILS: Add "Key not trusted" to INV_RECP status code.
Diffstat (limited to '')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 45862f372..5c5eb07b7 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -364,6 +364,8 @@ more arguments in future versions. 7 := "CRL too old" 8 := "Policy mismatch" 9 := "Not a secret key" + 10 := "Key not trusted" + Note that this status is also used for gpgsm's SIGNER command where it relates to signer's of course. |