diff options
| author | Ingo Klöcker <[email protected]> | 2026-08-04 10:54:11 +0200 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2026-08-04 10:54:11 +0200 |
| commit | f7a2ce89e269a8abeb1a711ed8fbf9b4c5b97329 (patch) | |
| tree | 66afcd4526c69e319ffff51e433ef30f0bf42597 | |
| parent | Provide serial number and issuer of unknown S/MIME signing certificates (diff) | |
| download | gpgme-f7a2ce89e269a8abeb1a711ed8fbf9b4c5b97329.tar.gz gpgme-f7a2ce89e269a8abeb1a711ed8fbf9b4c5b97329.zip | |
doc: Document new fields in gpgme_signature_t
--
GnuPG-bug-id: 8369
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | doc/gpgme.texi | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -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 |
