From f4401fafd9c11415723ad3691e7046693e9b14ad Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 4 Dec 2002 18:57:52 +0000 Subject: [PATCH] * gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 disable --throw-keyid. --- doc/ChangeLog | 5 +++++ doc/gpg.sgml | 21 ++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index fa113782f..d7a2e0c66 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-04 David Shaw + + * gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 + disable --throw-keyid. + 2002-11-30 David Shaw * gpg.sgml: Point out that if the user absolutely must, it's diff --git a/doc/gpg.sgml b/doc/gpg.sgml index e2110f96d..eb44cf50c 100644 --- a/doc/gpg.sgml +++ b/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. 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. + +--pgp8 + +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. + + + +--no-pgp8 + +Resets the --pgp8 option. + + --openpgp