From 849fd39d08bd4164ed486c2f4addc2cab7a85f9c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 2 Dec 2020 15:07:17 +0200 Subject: Show a banner warning about certificate issues --- src/gmcerts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gmcerts.h') 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 *); iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); void setTrusted_GmCerts (iGmCerts *, iRangecc domain, const iBlock *fingerprint, const iDate *validUntil); +iTime domainValidUntil_GmCerts(const iGmCerts *, iRangecc domain); + /** * Create a new self-signed TLS client certificate for identifying the user. * @a commonName and the other name parameters are inserted in the subject field -- cgit v1.2.3