From f7a2ce89e269a8abeb1a711ed8fbf9b4c5b97329 Mon Sep 17 00:00:00 2001 From: Ingo Klöcker Date: Tue, 4 Aug 2026 10:54:11 +0200 Subject: doc: Document new fields in gpgme_signature_t -- GnuPG-bug-id: 8369 --- NEWS | 2 +- doc/gpgme.texi | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8be0a280..6847bf73 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Noteworthy changes in version 2.1.3 (unreleased) [C46/A1/R_] for S/MIME certificates used for signing that are not included in a signature. [T8369] - * Interface changes relative to the 2.0.0 release: + * Interface changes relative to the 2.1.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_signature_t EXT: New fields "issuer_serial", "issuer_name". diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 432a67af..dc4adf2e 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -6394,6 +6394,17 @@ object may be incomplete in that it only conveys information availabale directly with a signature. It may also be @code{NULL} if such information is not readily available. +@item char *issuer_serial +@since{2.2.0} +For S/MIME signatures this is the issuer serial number of the signing +certificate if the signing certificate isn't available. Requires +GnuPG 2.5.22. + +@item char *issuer_name +@since{2.2.0} +For S/MIME signatures this is the issuer name of the signing certificate +if the signing certificate isn't available. Requires GnuPG 2.5.22. + @end table @end deftp -- cgit