summaryrefslogtreecommitdiff
path: root/src/gmcerts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmcerts.h')
-rw-r--r--src/gmcerts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gmcerts.h b/src/gmcerts.h
index a962d8b6..1a9480f7 100644
--- a/src/gmcerts.h
+++ b/src/gmcerts.h
@@ -60,10 +60,10 @@ iDeclareTypeConstructionArgs(GmCerts, const char *saveDir)
60 60
61typedef iBool (*iGmCertsIdentityFilterFunc)(void *context, const iGmIdentity *); 61typedef iBool (*iGmCertsIdentityFilterFunc)(void *context, const iGmIdentity *);
62 62
63iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); 63iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, uint16_t port, const iTlsCertificate *cert);
64void setTrusted_GmCerts (iGmCerts *, iRangecc domain, const iBlock *fingerprint, 64void setTrusted_GmCerts (iGmCerts *, iRangecc domain, uint16_t port, const iBlock *fingerprint,
65 const iDate *validUntil); 65 const iDate *validUntil);
66iTime domainValidUntil_GmCerts(const iGmCerts *, iRangecc domain); 66iTime domainValidUntil_GmCerts(const iGmCerts *, iRangecc domain, uint16_t port);
67 67
68/** 68/**
69 * Create a new self-signed TLS client certificate for identifying the user. 69 * Create a new self-signed TLS client certificate for identifying the user.