From 3deac5e8b1dfbcc484ad13a1cfdd7c2494d454bd Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 3 Aug 2004 21:35:06 +0000 Subject: [PATCH] * gpg.sgml: Note that --throw-keyid is --throw-keyids. --- doc/ChangeLog | 4 ++++ doc/gpg.sgml | 25 ++++++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 23a2e7ad3..8a2896725 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 David Shaw + + * gpg.sgml: Note that --throw-keyid is --throw-keyids. + 2004-07-30 David Shaw * gpg.sgml: Note changes in --pgp8. Rephrase the "don't play diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 10df7d29f..ae8642eab 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1757,15 +1757,14 @@ disables this option. ---throw-keyid +--throw-keyids -Do not put the keyid into encrypted packets. This option -hides the receiver of the message and is a countermeasure -against traffic analysis. It may slow down the decryption -process because all available secret keys are tried. +Do not put the recipient keyid into encrypted packets. This option +hides the receiver of the message and is a countermeasure against +traffic analysis. It may slow down the decryption process because all +available secret keys are tried. - --not-dash-escaped @@ -1778,7 +1777,6 @@ line, patch files don't have this. A special armor header line tells GnuPG about this cleartext signature option. - --escape-from-lines --no-escape-from-lines @@ -1894,7 +1892,7 @@ 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 ---throw-keyid, and making signatures with signing subkeys as PGP 6 +--throw-keyids, and making signatures with signing subkeys as PGP 6 does not understand signatures made by signing subkeys. This option implies `--disable-mdc --no-sk-comment --escape-from-lines @@ -1915,7 +1913,7 @@ TWOFISH. 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. +all this does is disable --throw-keyids and set --escape-from-lines. All algorithms are allowed except for the SHA384 and SHA512 digests. @@ -2261,10 +2259,11 @@ This is an obsolete option and is not used anywhere. --try-all-secrets -Don't look at the key ID as stored in the message but try all secret keys in -turn to find the right decryption key. This option forces the behaviour as -used by anonymous recipients (created by using --throw-keyid) and might come -handy in case where an encrypted message contains a bogus key ID. +Don't look at the key ID as stored in the message but try all secret +keys in turn to find the right decryption key. This option forces the +behaviour as used by anonymous recipients (created by using +--throw-keyids) and might come handy in case where an encrypted +message contains a bogus key ID.