mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
* gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 disable
--throw-keyid.
This commit is contained in:
parent
2d6a766433
commit
f4401fafd9
@ -1,3 +1,8 @@
|
||||
2002-12-04 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7
|
||||
disable --throw-keyid.
|
||||
|
||||
2002-11-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Point out that if the user absolutely must, it's
|
||||
|
21
doc/gpg.sgml
21
doc/gpg.sgml
@ -1753,9 +1753,9 @@ Resets the --pgp2 option.
|
||||
Set up all options to be as PGP 6 compliant as possible. This
|
||||
restricts you to the ciphers IDEA (if the IDEA plugin is installed),
|
||||
3DES, and CAST5, the hashes MD5, SHA1 and RIPEMD160, and the
|
||||
compression algorithms none and ZIP. This also disables making
|
||||
signatures with signing subkeys as PGP 6 does not understand
|
||||
signatures made by signing subkeys.
|
||||
compression algorithms none and ZIP. This also disables
|
||||
--throw-keyid, and making signatures with signing subkeys as PGP 6
|
||||
does not understand signatures made by signing subkeys.
|
||||
</para><para>
|
||||
This option implies `--disable-mdc --no-comment --escape-from-lines
|
||||
--force-v3-sigs --no-ask-sig-expire --compress-algo 1'
|
||||
@ -1782,6 +1782,21 @@ TWOFISH.
|
||||
Resets the --pgp7 option.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--pgp8</term>
|
||||
<listitem><para>
|
||||
Set up all options to be as PGP 8 compliant as possible. PGP 8 is a
|
||||
lot closer to the OpenPGP standard than previous versions of PGP, so
|
||||
all this does is disable --throw-keyid and set --escape-from-lines and
|
||||
--compress-algo 1. The allowed algorithms list is the same as --pgp7.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--no-pgp8</term>
|
||||
<listitem><para>
|
||||
Resets the --pgp8 option.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--openpgp</term>
|
||||
<listitem><para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user