netsurf/content/fetchers
Vincent Sanders 0c34d06494 Keep the complete certificate chain from a fetch
Instead of extracting information from the X509 certificate chain in
the fetcher the entire chain is propagated in Distinguished Encoding
Rules (DER) format.

This allows all the information contained in a certificate chain to be
retained which can subsequently be presented to the user
2020-02-23 16:23:50 +00:00
..
about.c move the fallback text for about handler into messages handler 2019-10-30 21:33:27 +00:00
about.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
curl.c Keep the complete certificate chain from a fetch 2020-02-23 16:23:50 +00:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c Data fetcher: Include stdarg.h header. 2019-11-12 19:16:07 +00:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
file.c File fetcher: Optimise HTTP header generation. 2019-11-10 14:37:36 +00:00
file.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile Buildsystem: Make curl/openssl usage build-time options. 2016-08-13 13:31:07 +01:00
resource.c Resource fetcher: Optimise HTTP header generation. 2019-11-10 14:37:34 +00:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00