mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove PGP6 compliance mode.
* g10/gpg.c: Make --pgp6 an alias for --pgp7. * common/compliance.h (gnupg_compliance_mode): Remove CO_PGP6. * g10/options.h (PGP6): Remove. Adjust all users. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a042799c86
commit
b2c05d6912
10 changed files with 25 additions and 54 deletions
19
doc/gpg.texi
19
doc/gpg.texi
|
@ -2744,22 +2744,15 @@ and should thus only be used for experiments. See also option
|
|||
|
||||
@item --pgp6
|
||||
@opindex pgp6
|
||||
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
|
||||
@option{--throw-keyids}, and making signatures with signing subkeys as PGP 6
|
||||
does not understand signatures made by signing subkeys.
|
||||
FIXME: remove this options.
|
||||
|
||||
This option implies @option{--escape-from-lines}.
|
||||
This option is obsolete; it is handled as an alias for @option{--pgp7}
|
||||
|
||||
@item --pgp7
|
||||
@opindex pgp7
|
||||
Set up all options to be as PGP 7 compliant as possible. This is
|
||||
identical to @option{--pgp6} except that MDCs are not disabled, and the
|
||||
list of allowable ciphers is expanded to add AES128, AES192, AES256, and
|
||||
TWOFISH.
|
||||
Set up all options to be as PGP 7 compliant as possible. This allowd
|
||||
the ciphers IDEA, 3DES, CAST5,AES128, AES192, AES256, and TWOFISH.,
|
||||
the hashes MD5, SHA1 and RIPEMD160, and the compression algorithms
|
||||
none and ZIP. This option implies @option{--escape-from-lines} and
|
||||
disables @option{--throw-keyids},
|
||||
|
||||
@item --pgp8
|
||||
@opindex pgp8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue