mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
--pgp6 flag. This is not nearly as involved as --pgp2. In short, it
turns off force_mdc, turns on no_comment, escape_from, and force_v3_sigs, and sets compression to 1. It also restricts the user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160. See the comments above algo_available() for lots of discussion on why you would want to do this.
This commit is contained in:
parent
77afb82dc2
commit
04d8d2263c
5 changed files with 106 additions and 70 deletions
|
@ -79,6 +79,7 @@ struct {
|
|||
int compress_sigs;
|
||||
int always_trust;
|
||||
int pgp2;
|
||||
int pgp6;
|
||||
int rfc1991;
|
||||
int rfc2440;
|
||||
int pgp2_workarounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue