mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.
* common/status.h (STATUS_ENCRYPTION_COMPLIANCE_MODE): New. * g10/encrypt.c (encrypt_crypt): Emit new status code. * sm/encrypt.c (gpgsm_encrypt): Ditto. -- This status code allows to report whether an encryption operation was compliant to de-vs. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e0877a98a0
commit
f31dc2540a
4 changed files with 44 additions and 5 deletions
|
@ -141,6 +141,7 @@ enum
|
|||
STATUS_TOFU_STATS_SHORT,
|
||||
STATUS_TOFU_STATS_LONG,
|
||||
|
||||
STATUS_ENCRYPTION_COMPLIANCE_MODE,
|
||||
STATUS_DECRYPTION_COMPLIANCE_MODE,
|
||||
STATUS_VERIFICATION_COMPLIANCE_MODE,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue