mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* options.h, g10.c (main), getkey.c (finish_lookup), pkclist.c
(algo_available): --pgp7, identical to --pgp6 except that it permits a few algorithms that PGP 7 added: AES128, AES192, AES256, and TWOFISH. Any more of these --pgpX flags, and it'll be time to start looking at a generic --emulate-pgp X option.
This commit is contained in:
parent
d5d974536e
commit
7ee8e46500
5 changed files with 40 additions and 20 deletions
|
@ -88,6 +88,8 @@ struct {
|
|||
int always_trust;
|
||||
int pgp2;
|
||||
int pgp6;
|
||||
int pgp7; /* if we get any more of these, it's time to look at a
|
||||
special emulate_pgp variable... */
|
||||
int rfc1991;
|
||||
int rfc2440;
|
||||
int pgp2_workarounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue