mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
Documentation fixes.
auto-key-retrieve is a keyserver-option (noted by Roger Sondermann). --pgp2 also means --disable-mdc, --no-ask-sig-expire, and --no-ask-cert-expire. It does not mean --no-force-v3-sigs (noted by Timo).
This commit is contained in:
parent
0f682ed3f7
commit
7e2e0b9950
@ -1,3 +1,14 @@
|
||||
2002-04-03 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: auto-key-retrieve is a keyserver-option (noted by
|
||||
Roger Sondermann).
|
||||
|
||||
2002-03-27 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: --pgp2 also means --disable-mdc, --no-ask-sig-expire,
|
||||
and --no-ask-cert-expire. It does not mean --no-force-v3-sigs
|
||||
(noted by Timo).
|
||||
|
||||
2002-03-27 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Add a few notes about --pgp2 meaning MIT PGP 2.6.2,
|
||||
|
17
doc/gpg.sgml
17
doc/gpg.sgml
@ -989,26 +989,18 @@ For keyserver schemes that use HTTP (such as HKP), try to access the
|
||||
keyserver over the proxy set with the environment variable
|
||||
"http_proxy".
|
||||
</para></listitem></varlistentry>
|
||||
</variablelist>
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--auto-key-retrieve</term>
|
||||
<term>auto-key-retrieve</term>
|
||||
<listitem><para>
|
||||
This option enables the automatic retrieving of keys from a keyserver
|
||||
when verifying signatures made by keys that are not on the local
|
||||
keyring.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--no-auto-key-retrieve</term>
|
||||
<listitem><para>
|
||||
This option disables the automatic retrieving of keys from a keyserver
|
||||
while verifying signatures. This may be of use if --auto-key-retrieve
|
||||
is enabled from an options file.
|
||||
</variablelist>
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>--keyring &ParmFile;</term>
|
||||
<listitem><para>
|
||||
@ -1477,8 +1469,9 @@ 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>
|
||||
This option implies `--rfc1991 --no-openpgp --no-force-v4-certs
|
||||
--no-comment --escape-from --no-force-v3-sigs --cipher-algo IDEA
|
||||
This option implies `--rfc1991 --no-openpgp --disable-mdc
|
||||
--no-force-v4-certs --no-comment --escape-from --force-v3-sigs
|
||||
--no-ask-sig-expire --no-ask-cert-expire --cipher-algo IDEA
|
||||
--digest-algo MD5 --compress-algo 1'
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user