mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
* 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.
This commit is contained in:
parent
46a58a0527
commit
a30375ef28
@ -1,3 +1,10 @@
|
||||
2002-08-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2002-08-23 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* faq.raw: Updated. New Maintainer is David D. Scribner.
|
||||
|
@ -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.
|
||||
|
||||
|
11
doc/gpg.sgml
11
doc/gpg.sgml
@ -996,6 +996,14 @@ the keyserver as disabled. Note that this option is not used with HKP
|
||||
keyservers, as they do not support disabling keys.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>include-subkeys</term>
|
||||
<listitem><para>
|
||||
When receiving a key, include subkeys in the search. Note that this
|
||||
option is not used with HKP keyservers, as they do not support
|
||||
retrieving keys by subkey id.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>use-temp-files</term>
|
||||
<listitem><para>
|
||||
@ -2328,7 +2336,8 @@ be used to overide it.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>http_proxy</term>
|
||||
<listitem><para>Only honored when the option --honor-http-proxy is set.</para></listitem>
|
||||
<listitem><para>Only honored when the keyserver-option
|
||||
honor-http-proxy is set.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user