summaryrefslogtreecommitdiff
path: root/src/gmcerts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmcerts.h')
-rw-r--r--src/gmcerts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmcerts.h b/src/gmcerts.h
index 2fd1023a..a28c44b4 100644
--- a/src/gmcerts.h
+++ b/src/gmcerts.h
@@ -62,6 +62,8 @@ typedef iBool (*iGmCertsIdentityFilterFunc)(void *context, const iGmIdentity *);
62iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); 62iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert);
63void setTrusted_GmCerts (iGmCerts *, iRangecc domain, const iBlock *fingerprint, 63void setTrusted_GmCerts (iGmCerts *, iRangecc domain, const iBlock *fingerprint,
64 const iDate *validUntil); 64 const iDate *validUntil);
65iTime domainValidUntil_GmCerts(const iGmCerts *, iRangecc domain);
66
65/** 67/**
66 * Create a new self-signed TLS client certificate for identifying the user. 68 * Create a new self-signed TLS client certificate for identifying the user.
67 * @a commonName and the other name parameters are inserted in the subject field 69 * @a commonName and the other name parameters are inserted in the subject field