diff options
author | Werner Koch <[email protected]> | 2016-06-01 09:10:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-01 09:11:04 +0000 |
commit | 1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d (patch) | |
tree | 375e6d6fd8d035923838359d84fc7fa30c842481 /src/status-table.c | |
parent | python: use GPG_ERROR_CONFIG variable (diff) | |
download | gpgme-1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d.tar.gz gpgme-1cacd7d00a7b3de4a5e11ccce5ee6c50e0a5516d.zip |
core: Set notation flags for verify.
* src/gpgme.h.in (GPGME_STATUS_NOTATION_FLAGS): New.
* src/status-table.c (status_table): Add new status.
* src/verify.c (parse_notation): Handle flags. Also fix NOTATION_DATA
in case gpg would not percent-escape spaces.
(_gpgme_verify_status_handler): Handle flags.
* tests/run-verify.c (print_result): Print notaion data.
--
Note that this does only work with the soon to be released GnuPG
2.1.13.
Diffstat (limited to 'src/status-table.c')
-rw-r--r-- | src/status-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-table.c b/src/status-table.c index 5850a361..1318c8ed 100644 --- a/src/status-table.c +++ b/src/status-table.c @@ -102,6 +102,7 @@ static struct status_table_s status_table[] = { "NO_SGNR", GPGME_STATUS_NO_SGNR }, { "NODATA", GPGME_STATUS_NODATA }, { "NOTATION_DATA", GPGME_STATUS_NOTATION_DATA }, + { "NOTATION_FLAGS", GPGME_STATUS_NOTATION_FLAGS }, { "NOTATION_NAME", GPGME_STATUS_NOTATION_NAME }, { "PINENTRY_LAUNCHED", GPGME_STATUS_PINENTRY_LAUNCHED}, { "PKA_TRUST_BAD", GPGME_STATUS_PKA_TRUST_BAD }, |