mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* gpg.sgml: Note that --throw-keyid is --throw-keyids.
This commit is contained in:
parent
e56bb1af27
commit
3deac5e8b1
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Note that --throw-keyid is --throw-keyids.
|
||||||
|
|
||||||
2004-07-30 David Shaw <dshaw@jabberwocky.com>
|
2004-07-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Note changes in --pgp8. Rephrase the "don't play
|
* gpg.sgml: Note changes in --pgp8. Rephrase the "don't play
|
||||||
|
25
doc/gpg.sgml
25
doc/gpg.sgml
@ -1757,15 +1757,14 @@ disables this option.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--throw-keyid</term>
|
<term>--throw-keyids</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Do not put the keyid into encrypted packets. This option
|
Do not put the recipient keyid into encrypted packets. This option
|
||||||
hides the receiver of the message and is a countermeasure
|
hides the receiver of the message and is a countermeasure against
|
||||||
against traffic analysis. It may slow down the decryption
|
traffic analysis. It may slow down the decryption process because all
|
||||||
process because all available secret keys are tried.
|
available secret keys are tried.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--not-dash-escaped</term>
|
<term>--not-dash-escaped</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -1778,7 +1777,6 @@ line, patch files don't have this. A special armor header
|
|||||||
line tells GnuPG about this cleartext signature option.
|
line tells GnuPG about this cleartext signature option.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--escape-from-lines</term>
|
<term>--escape-from-lines</term>
|
||||||
<term>--no-escape-from-lines</term>
|
<term>--no-escape-from-lines</term>
|
||||||
@ -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),
|
restricts you to the ciphers IDEA (if the IDEA plugin is installed),
|
||||||
3DES, and CAST5, the hashes MD5, SHA1 and RIPEMD160, and the
|
3DES, and CAST5, the hashes MD5, SHA1 and RIPEMD160, and the
|
||||||
compression algorithms none and ZIP. This also disables
|
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.
|
does not understand signatures made by signing subkeys.
|
||||||
</para><para>
|
</para><para>
|
||||||
This option implies `--disable-mdc --no-sk-comment --escape-from-lines
|
This option implies `--disable-mdc --no-sk-comment --escape-from-lines
|
||||||
@ -1915,7 +1913,7 @@ TWOFISH.
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Set up all options to be as PGP 8 compliant as possible. PGP 8 is a
|
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
|
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.
|
All algorithms are allowed except for the SHA384 and SHA512 digests.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
@ -2261,10 +2259,11 @@ This is an obsolete option and is not used anywhere.
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--try-all-secrets</term>
|
<term>--try-all-secrets</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Don't look at the key ID as stored in the message but try all secret keys in
|
Don't look at the key ID as stored in the message but try all secret
|
||||||
turn to find the right decryption key. This option forces the behaviour as
|
keys in turn to find the right decryption key. This option forces the
|
||||||
used by anonymous recipients (created by using --throw-keyid) and might come
|
behaviour as used by anonymous recipients (created by using
|
||||||
handy in case where an encrypted message contains a bogus key ID.
|
--throw-keyids) and might come handy in case where an encrypted
|
||||||
|
message contains a bogus key ID.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user