diff options
Diffstat (limited to 'src/gpgme.h.in')
| -rw-r--r-- | src/gpgme.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index c3fb843a..54dba0be 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1731,6 +1731,14 @@ struct _gpgme_signature /* If non-NULL, a possible incomplete key object with the data * available for the signature. */ gpgme_key_t key; + + /* If protocol is GPGME_PROTOCOL_CMS, this string may contain the + issuer serial. */ + char *issuer_serial; + + /* If protocol is GPGME_PROTOCOL_CMS, this string may contain the + issuer name. */ + char *issuer_name; }; typedef struct _gpgme_signature *gpgme_signature_t; |
