summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-231-8/+16
* fetchers/curl: Move report_certs function outside WITH_OPENSSLDaniel Silverstone2020-05-221-21/+22
* query/ssl: Include link to view certificate detailsDaniel Silverstone2020-05-221-1/+9
* about: Rework freeing the san_names structureDaniel Silverstone2020-05-191-1/+11
* add subject alternative names to certificate viewerVincent Sanders2020-05-181-0/+103
* Page info: Improve certificate fault display style.Michael Drake2020-05-181-6/+9
* Display errors properly in certificate windowVincent Sanders2020-05-181-5/+19
* Improve certificate page styling.Michael Drake2020-05-171-7/+35
* add fingerprints to the certificate viewerVincent Sanders2020-05-171-0/+115
* split out public key table formatted outputVincent Sanders2020-05-171-55/+68
* use entity for colon in certificate hex values to allow netsurf to break prop...Vincent Sanders2020-05-171-2/+10
* get the sign right on the certificate openssl compatability interfaceVincent Sanders2020-05-171-2/+2
* fix typo in certificate openssl compatabilityVincent Sanders2020-05-171-1/+1
* add openssl compatability to certificate decodeVincent Sanders2020-05-171-12/+91
* make about handler ssenddataf cope with longer dataVincent Sanders2020-05-161-2/+24
* improve certificate viewerVincent Sanders2020-05-161-77/+593
* curl: Pass cert chain on even if we get no headersDaniel Silverstone2020-05-041-0/+4
* About pages: Update presentation using nscolour.Michael Drake2020-04-071-100/+95
* about fetcher: Add about:nscolour.css generated colour stylesheet.Michael Drake2020-04-071-0/+46
* about: Add handling for unknown about: pageDaniel Silverstone2020-03-221-2/+28
* Internal content: Restyle certificate viewer page.Michael Drake2020-02-241-7/+43
* about scheme certificate viewer initial implementationVincent Sanders2020-02-241-1/+279
* 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
* fetchers: Rework the about, data, file, and resource fetcher poll loopDaniel Silverstone2020-02-244-123/+50
* About fetches resources: Drop maps resource.Michael Drake2020-02-242-30/+0
* fetchers: Apply cleaner ring handling mechanic to other fetchersDaniel Silverstone2020-02-243-3/+48
* about: Correct handling of ring in fetch_about_pollDaniel Silverstone2020-02-241-1/+16
* 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
* Data fetcher: Include stdarg.h header.Michael Drake2019-11-121-0/+1
* Data fetcher: Squash BSD warning.Michael Drake2019-11-111-4/+3
* File fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+5
* Data fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+6
* Data fetcher: Split header emitting out into helper.Michael Drake2019-11-101-15/+26
* Data fetcher: Move fetch_data_send_callback towards top of file.Michael Drake2019-11-101-8/+8
* File fetcher: Avoid atoi for If-None-Match value parse.Michael Drake2019-11-091-12/+21
* Resource fetcher: Fix ETag handling.Michael Drake2019-11-091-10/+19
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-051-2/+2
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-301-88/+38
* add internal query handler for fetch errorsVincent Sanders2019-10-301-0/+136
* add internal query page for request timeoutsVincent Sanders2019-10-291-6/+147
* 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