diff options
| author | Ingo Klöcker <[email protected]> | 2026-04-21 10:46:17 +0200 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2026-04-21 12:29:16 +0200 |
| commit | 2100e1fbdfeb9ecda00787032a8256938a113dde (patch) | |
| tree | 6eadb1804d0395e1fc2a0a979ee31153811c1a1b /NEWS | |
| parent | doc: Fix argument type of gpgme_set_sender (diff) | |
| download | gpgme-2100e1fbdfeb9ecda00787032a8256938a113dde.tar.gz gpgme-2100e1fbdfeb9ecda00787032a8256938a113dde.zip | |
Add flag fields is_de_vs and beta_compliance to encryption results
* src/encrypt.c (_gpgme_encrypt_status_handler): Handle the compliance
status line.
* src/gpgme.h.in (struct _gpgme_op_encrypt_result): Add fields is_de_vs
and beta_compliance.
(gpgme_status_code_t): Add status code for the encryption compliance
status line.
* src/status-table.c (status_table): Add encryption compliance status
line.
* tests/run-encrypt.c (print_encrypt_result): Print compliance.
--
This allows checking whether the encrypt operation is in compliance with
the VS-NfD criteria.
GnuPG-bug-id: 6702
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,9 @@ Noteworthy changes in version 2.0.2 (unreleased) [C45/A0/R)] ------------------------------------------------ + * New flags "is_de_vs" and "beta_compliance" for encryption results. + [T6702] + * New context flag "export-filter". [T8033] * Extend the internal gpgsm_assuan_simple_command to consume all @@ -9,7 +12,8 @@ Noteworthy changes in version 2.0.2 (unreleased) [C45/A0/R)] * Interface changes relative to the 2.0.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - gpgme_set_ctx_flag EXTENDED: New flag 'export-filter'. + gpgme_set_ctx_flag EXT: New flag 'export-filter'. + gpgme_decrypt_result_t EXT: New fields is_de_vs and beta_compliance. Noteworthy changes in version 2.0.1 (2025-09-23) [C45/A0/R1] ------------------------------------------------ |
