diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index f3181da6..29aa7015 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -287,6 +287,9 @@ struct query char *sslkey; /* optional SSL private key file */ char *sslcert; /* optional SSL certificate file */ char *sslproto; /* force usage of protocol (ssl2|ssl3|tls1) - defaults to ssl23 */ + char *sslcertpath; /* Trusted certificate directory for checking the server cert */ + flag sslcertck; /* Strictly check the server cert. */ + char *sslfingerprint; /* Fingerprint to check against */ char *properties; /* passthrough properties for extensions */ /* internal use -- per-poll state */ |