aboutsummaryrefslogtreecommitdiffstats
path: root/src/status-table.c
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2026-07-30 15:35:44 +0200
committerIngo Klöcker <[email protected]>2026-07-30 15:35:44 +0200
commit31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b (patch)
treee2149ac273a61eec24fc1b292f6cd2e0d5340dd7 /src/status-table.c
parentIgnore TRUST_ status lines if no NEWSIG was seen (diff)
downloadgpgme-31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b.tar.gz
gpgme-31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b.zip
Handle new SIGINFO status line
* src/gpgme.h.in (gpgme_status_code_t): Add status code for SIGINFO. * src/status-table.c (status_table): Add "SIGINFO". * src/verify.c (parse_sig_info): New. (_gpgme_verify_status_handler): Handle SIGINFO status line. -- GnuPG-bug-id: 8368
Diffstat (limited to 'src/status-table.c')
-rw-r--r--src/status-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-table.c b/src/status-table.c
index 1b94e101..6c48e41f 100644
--- a/src/status-table.c
+++ b/src/status-table.c
@@ -125,6 +125,7 @@ static struct status_table_s status_table[] =
{ "SHM_GET_HIDDEN", GPGME_STATUS_SHM_GET_HIDDEN },
{ "SHM_INFO", GPGME_STATUS_SHM_INFO },
{ "SIGEXPIRED", GPGME_STATUS_SIGEXPIRED },
+ { "SIGINFO", GPGME_STATUS_SIGINFO },
{ "SIG_CREATED", GPGME_STATUS_SIG_CREATED },
{ "SIG_ID", GPGME_STATUS_SIG_ID },
{ "SIG_SUBPACKET", GPGME_STATUS_SIG_SUBPACKET },