mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -638,6 +638,12 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
|
|||
This indicates that a signature subpacket was seen. The format is
|
||||
the same as the "spk" record above.
|
||||
|
||||
*** ENCRYPTION_COMPLIANCE_MODE <flags>
|
||||
Indicates that the current encryption operation was in compliance
|
||||
with the given set of modes for all recipients. "flags" is a
|
||||
space separated list of numerical flags, see "Field 18 -
|
||||
Compliance flags" above.
|
||||
|
||||
*** DECRYPTION_COMPLIANCE_MODE <flags>
|
||||
Indicates that the current decryption operation is in compliance
|
||||
with the given set of modes. "flags" is a space separated list of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue