mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
Add a few notes about --pgp2 meaning MIT PGP 2.6.2, and keyserver details
about HKP and NAI HKP to the manual.
This commit is contained in:
parent
ff8460f20d
commit
84dc3fee79
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Add a few notes about --pgp2 meaning MIT PGP 2.6.2,
|
||||||
|
and keyserver details about HKP and NAI HKP.
|
||||||
|
|
||||||
2002-03-18 David Shaw <dshaw@jabberwocky.com>
|
2002-03-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Change meaning of --allow-non-selfsigned-uid to match
|
* gpg.sgml: Change meaning of --allow-non-selfsigned-uid to match
|
||||||
|
15
doc/gpg.sgml
15
doc/gpg.sgml
@ -937,22 +937,25 @@ each time.
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
This is a space or comma delimited string that gives options for the
|
This is a space or comma delimited string that gives options for the
|
||||||
keyserver. Options can be prepended with a `no-' to give the opposite
|
keyserver. Options can be prepended with a `no-' to give the opposite
|
||||||
meaning. While not all options are available for all keyserver
|
meaning. While not all options are available for all keyserver types,
|
||||||
schemes, some common options are:
|
some common options are:
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-revoked</term>
|
<term>include-revoked</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When receiving or searching for a key, include keys that are marked on
|
When receiving or searching for a key, include keys that are marked on
|
||||||
the keyserver as revoked.
|
the keyserver as revoked. Note that this option is always set when
|
||||||
|
using the NAI HKP keyserver, as this keyserver does not differentiate
|
||||||
|
between revoked and unrevoked keys.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-disabled</term>
|
<term>include-disabled</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When receiving or searching for a key, include keys that are marked on
|
When receiving or searching for a key, include keys that are marked on
|
||||||
the keyserver as disabled.
|
the keyserver as disabled. Note that this option is not used with HKP
|
||||||
|
keyservers, as they do not support disabling keys.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1470,7 +1473,9 @@ Try to be more RFC1991 (PGP 2.x) compliant.
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Set up all options to be as PGP 2.x compliant as possible, and warn if
|
Set up all options to be as PGP 2.x compliant as possible, and warn if
|
||||||
an action is taken (e.g. encrypting to a non-RSA key) that will create
|
an action is taken (e.g. encrypting to a non-RSA key) that will create
|
||||||
a message that PGP 2.x will not be able to handle.
|
a message that PGP 2.x will not be able to handle. Note that `PGP
|
||||||
|
2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x
|
||||||
|
available, but the MIT release is a good common baseline.
|
||||||
</para><para>
|
</para><para>
|
||||||
This option implies `--rfc1991 --no-openpgp --no-force-v4-certs
|
This option implies `--rfc1991 --no-openpgp --no-force-v4-certs
|
||||||
--no-comment --escape-from --no-force-v3-sigs --cipher-algo IDEA
|
--no-comment --escape-from --no-force-v3-sigs --cipher-algo IDEA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user