aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/cryptplug.h
diff options
context:
space:
mode:
authorSteffen Hansen <[email protected]>2002-05-31 15:34:39 +0000
committerSteffen Hansen <[email protected]>2002-05-31 15:34:39 +0000
commit0848c32e0f0886096a0bf95bd4e165d91f617c5a (patch)
treed3ec89bb9c7a0f4f99238793239a58909a3550a7 /gpgmeplug/cryptplug.h
parentBugfix: use fingerprint as found in "fpr" only if no key was found by gpgme_g... (diff)
downloadgpgme-0848c32e0f0886096a0bf95bd4e165d91f617c5a.tar.gz
gpgme-0848c32e0f0886096a0bf95bd4e165d91f617c5a.zip
more cert info
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r--gpgmeplug/cryptplug.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h
index f90bcbdc..026be5e8 100644
--- a/gpgmeplug/cryptplug.h
+++ b/gpgmeplug/cryptplug.h
@@ -1713,7 +1713,23 @@ struct DnPair {
struct CertificateInfo {
char** userid;
+ char* serial;
+ char* fingerprint;
+
char* issuer;
+ char* chainid;
+
+ char* caps;
+
+ unsigned long created;
+ unsigned long expire;
+
+ int secret : 1;
+ int invalid : 1;
+ int expired : 1;
+ int disabled : 1;
+
+
struct DnPair *dnarray; /* parsed values from userid[0] */
};