From c5a58c018e5a8207bd39a63aedcd8ef206c9d8ab Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 14 May 2001 06:54:37 +0000 Subject: SSL certification handling. svn path=/trunk/; revision=3314 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3