aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3
AgeCommit message (Collapse)Author
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
In DarwinSSL the SSLSetPeerDomainName function is used to enable both sending SNI and verifying the host. When host verification is disabled the function cannot be called, therefore SNI is disabled as well. Closes https://github.com/curl/curl/pull/1240
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-07opts: Corrected TLS protocols list to include POP3S rather than POP3Steve Holme
2015-03-17CURLOPT_*.3: added lots of small example sectionsDaniel Stenberg
2014-06-18opts: 16 more man pagesDaniel Stenberg