summaryrefslogtreecommitdiff
path: root/src/gmcerts.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-02 15:07:17 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-02 15:07:17 +0200
commit849fd39d08bd4164ed486c2f4addc2cab7a85f9c (patch)
tree2e4c82c362c042abfe610b3d1c2bca1a2e21134e /src/gmcerts.h
parent9c384de6e9aa02a628b54b9930c22730f0a22dad (diff)
Show a banner warning about certificate issues
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