From 78a6bed18346b084aefe9569faf7464082720df1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 1 Nov 2006 22:41:32 +0000 Subject: Document sslproto details. svn path=/branches/BRANCH_6-3/; revision=4924 --- fetchmail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 54bc641a..e5e1dda1 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -352,7 +352,8 @@ struct query flag use_ssl; /* use SSL encrypted session */ 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 *sslproto; /** force transport protocol (ssl2|ssl3|ssl23|tls1) - if NULL, + use ssl23 for SSL and opportunistic tls1 for non-SSL connections. */ char *sslcertpath; /* Trusted certificate directory for checking the server cert */ flag sslcertck; /* Strictly check the server cert. */ char *sslfingerprint; /* Fingerprint to check against */ -- cgit v1.2.3