mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgsm: New compatibility flag "allow-ecc-encr".
* sm/gpgsm.h (COMPAT_ALLOW_ECC_ENCR): New. * sm/gpgsm.c (compatibility_flags): Add new flag. * sm/encrypt.c (encrypt_dek): Allw ECC only if flag is set. -- ECC encryption was not part of the original VS evaluation. Until this has been re-evaluated we hide this feature behind this flag. GnuPG-bug-id: 6253
This commit is contained in:
parent
28467f3735
commit
fd0ddf2699
3 changed files with 6 additions and 1 deletions
|
@ -181,6 +181,7 @@ struct
|
|||
* policies: 1.3.6.1.4.1.7924.1.1:N:
|
||||
*/
|
||||
#define COMPAT_ALLOW_KA_TO_ENCR 1
|
||||
#define COMPAT_ALLOW_ECC_ENCR 2
|
||||
|
||||
|
||||
/* Forward declaration for an object defined in server.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue