diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-01 22:41:32 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-01 22:41:32 +0000 |
commit | 78a6bed18346b084aefe9569faf7464082720df1 (patch) | |
tree | 30e28e0ec08c0a6b4098703680a370a39eabaa22 /fetchmail.h | |
parent | 1f340e9b7f0f585e7e6c48bf6605a7e7e6d756b3 (diff) | |
download | fetchmail-78a6bed18346b084aefe9569faf7464082720df1.tar.gz fetchmail-78a6bed18346b084aefe9569faf7464082720df1.tar.bz2 fetchmail-78a6bed18346b084aefe9569faf7464082720df1.zip |
Document sslproto details.
svn path=/branches/BRANCH_6-3/; revision=4924
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |