diff options
author | Werner Koch <[email protected]> | 2014-06-24 13:11:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-24 13:22:31 +0000 |
commit | 41dcd32218b9baf0c417090e6968dd2d250e751b (patch) | |
tree | 30de2ea514ed4032f51e242db881b8dbd89d4d9c /doc | |
parent | po: Auto-update (diff) | |
download | gnupg-2.0.24.tar.gz gnupg-2.0.24.zip |
Release 2.0.24gnupg-2.0.24
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 9a6782a43..d66259e6e 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2330,12 +2330,17 @@ a message that PGP 2.x will not be able to handle. Note that `PGP 2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x available, but the MIT release is a good common baseline. -This option implies @option{--rfc1991 --disable-mdc ---no-force-v4-certs --escape-from-lines --force-v3-sigs +This option implies +@ifset gpgone +@option{--rfc1991 --disable-mdc --no-force-v4-certs +--escape-from-lines --force-v3-sigs +--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}. +@end ifset @ifclear gpgone ---allow-weak-digest-algos -@end ifclear +@option{--rfc1991 --disable-mdc --no-force-v4-certs +--escape-from-lines --force-v3-sigs --allow-weak-digest-algos --cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}. +@end ifclear It also disables @option{--textmode} when encrypting. @item --pgp6 |