1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-20 14:51:42 +02:00

* gpg.sgml: Clarify --force-mdc, and document --disable-mdc.

This commit is contained in:
David Shaw 2002-10-19 13:14:39 +00:00
parent 63cd15d171
commit e9fc482162
2 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2002-10-19 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Clarify --force-mdc, and document --disable-mdc.
2002-10-17 Werner Koch <wk@gnupg.org>
* faq.raw: New upstream version with new sections 1.3, 5.8, 6.20

View File

@ -1788,13 +1788,21 @@ changes the default hash algorithm for v3 RSA keys from MD5 to SHA-1.
Reset the --force-v4-certs option.
</para></listitem></varlistentry>
<varlistentry>
<term>--force-mdc</term>
<listitem><para>
Force the use of encryption with appended manipulation code. This is
always used with the newer ciphers (those with a blocksize greater
than 64 bit).
Force the use of encryption with a modification detection code. This
is always used with the newer ciphers (those with a blocksize greater
than 64 bits), or if the recipient key has one of those ciphers as a
preference.
</para></listitem></varlistentry>
<varlistentry>
<term>--disable-mdc</term>
<listitem><para>
Disable the use of the modification detection code. Note that by
using this option, the encrypted message becomes vulnerable to a
message modification attack.
</para></listitem></varlistentry>
<varlistentry>