diff options
Diffstat (limited to 'src/gmcerts.h')
-rw-r--r-- | src/gmcerts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmcerts.h b/src/gmcerts.h index f0ed37b5..2fd1023a 100644 --- a/src/gmcerts.h +++ b/src/gmcerts.h | |||
@@ -60,7 +60,8 @@ iDeclareTypeConstructionArgs(GmCerts, const char *saveDir) | |||
60 | typedef iBool (*iGmCertsIdentityFilterFunc)(void *context, const iGmIdentity *); | 60 | typedef iBool (*iGmCertsIdentityFilterFunc)(void *context, const iGmIdentity *); |
61 | 61 | ||
62 | iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); | 62 | iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); |
63 | 63 | void setTrusted_GmCerts (iGmCerts *, iRangecc domain, const iBlock *fingerprint, | |
64 | const iDate *validUntil); | ||
64 | /** | 65 | /** |
65 | * Create a new self-signed TLS client certificate for identifying the user. | 66 | * Create a new self-signed TLS client certificate for identifying the user. |
66 | * @a commonName and the other name parameters are inserted in the subject field | 67 | * @a commonName and the other name parameters are inserted in the subject field |