Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro | |
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com> | |||
2015-06-29 | SSL-PROBLEMS: mention WinSSL problems in WinXP | Daniel Stenberg | |
2015-06-16 | docs: update URLs | Viktor Szakats | |
2014-03-14 | docs: fixed a bunch of typos | Dan Fandrich | |
2014-03-09 | SSL-PROBLEMS: add "missing intermediate certificates" piece | Daniel Stenberg | |
2014-03-08 | SSL-PROBLEMS: describes common curl+SSL problems | Daniel Stenberg | |