From 31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b Mon Sep 17 00:00:00 2001 From: Ingo Klöcker Date: Thu, 30 Jul 2026 15:35:44 +0200 Subject: 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 --- src/status-table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/status-table.c') 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 }, -- cgit