summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
Commit message (Expand)AuthorAgeFilesLines
* curl: Pass cert chain on even if we get no headersDaniel Silverstone2020-05-041-0/+4
* Curl fetcher: Guard against read of uninitialised value.Michael Drake2020-02-241-0/+3
* Curl fetcher: Squash coverity warning.Michael Drake2020-02-241-3/+2
* curl: Implement SSL chain cache in cURL fetcherDaniel Silverstone2020-02-231-8/+150
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-120/+57
* fetch_curl_report_certs_upstream: Use new SSL_CERT_ERR_CERT_MISSINGDaniel Silverstone2019-12-031-1/+5
* fetch_curl_verify_callback: Do depth update after checkDaniel Silverstone2019-12-031-5/+5
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-051-2/+2
* fetchers/curl: Restrict AUTH to BASICDaniel Silverstone2019-10-211-1/+1
* Use curl API (versions after 7.56.0) to determine if openssl is in useVincent Sanders2019-10-011-4/+23
* Allow the curl fetcher to be built without openssl.Vincent Sanders2019-09-301-30/+61
* SSL Error: Enable OpenSSL hostname verificationDaniel Silverstone2019-08-141-16/+19
* add common name ssl certificate errorVincent Sanders2019-08-101-3/+16
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-0/+43
* curl.c: Don't use OpenSSL 1.1 only serialNumber fetcherDaniel Silverstone2019-08-051-1/+1
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-119/+132
* curl: Change where we lodge `inside_curl`Daniel Silverstone2019-08-021-6/+2
* curl: Immediately abort fetchers when we canDaniel Silverstone2019-08-021-17/+24
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* make curl fetcher log debug using NSLOGVincent Sanders2019-05-281-16/+26
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* Curl fetcher: Jiggle logging levels.Michael Drake2018-08-091-2/+2
* Curl fetcher: Move poll logging from INFO to DEEPDEBUG.Michael Drake2018-08-091-2/+2
* HTTPS: restrict ciphersuitesJohn-Mark Bell2018-04-221-0/+18
* Explicitly re-enable TLS session tickets.John-Mark Bell2018-04-221-0/+4
* Force SSL session caching on, Ubuntu seems to have it off by defaultDaniel Silverstone2018-04-221-0/+3
* Revert "Disable SSL session ID caching."Daniel Silverstone2018-04-221-3/+0
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-31/+49
* Fix OpenSSL X509 cert API detectionVincent Sanders2016-11-211-2/+4
* fix openSSL 1.1.0 X509 certificate handlingVincent Sanders2016-11-201-9/+23
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-271-0/+18
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+2
* Tiny simplification of curl debug logging.Michael Drake2016-01-211-1/+1
* Add extra logging to curl poll fn when not suppressing curl debug.Michael Drake2015-11-111-0/+38
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-4/+12
* Change LOG() macro to be varadicVincent Sanders2015-05-281-33/+26
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1/+2
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* Remove unecessary form debugVincent Sanders2014-11-151-1/+1
* Doxygen cleanupsVincent Sanders2014-11-091-3/+3
* update fetcher registration API to return an error code.Vincent Sanders2014-10-251-521/+491
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* HTTPS: disable all SSL versions; emit fallback SCSV on downgrade.John-Mark Bell2014-10-151-1/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0