mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg,common: Move the compliance framework.
* common/Makefile.am (common_sources): Add new files. * common/compliance.c: New file. Move 'gnupg_pk_is_compliant' here, and tweak it to not rely on types private to gpg. * common/compliance.h: New file. Move the compliance enum here. * g10/keylist.c (print_compliance_flags): Adapt callsite. * g10/main.h (gnupg_pk_is_compliant): Remove prototype. * g10/misc.c (gnupg_pk_is_compliant): Remove function. * g10/options.h (opt): Use the new compliance enum. * sm/keylist.c (print_compliance_flags): Use the common functions. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
02af509dfc
commit
8a012280e0
8 changed files with 207 additions and 102 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "packet.h"
|
||||
#include "tofu.h"
|
||||
#include "../common/session-env.h"
|
||||
#include "../common/compliance.h"
|
||||
|
||||
#ifndef EXTERN_UNLESS_MAIN_MODULE
|
||||
/* Norcraft can't cope with common symbols */
|
||||
|
@ -139,11 +140,7 @@ struct
|
|||
} trust_model;
|
||||
enum tofu_policy tofu_default_policy;
|
||||
int force_ownertrust;
|
||||
enum
|
||||
{
|
||||
CO_GNUPG, CO_RFC4880, CO_RFC2440,
|
||||
CO_PGP6, CO_PGP7, CO_PGP8, CO_DE_VS
|
||||
} compliance;
|
||||
enum gnupg_compliance_mode compliance;
|
||||
enum
|
||||
{
|
||||
KF_DEFAULT, KF_NONE, KF_SHORT, KF_LONG, KF_0xSHORT, KF_0xLONG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue