netsurf/content/fetchers
John-Mark Bell a9eecb30a7 About/Cert: get EC key details using OpenSSL 3 APIs
Replace the fetching and poking around inside the low-level EC
object with appropriate calls to EVP_PKEY_get_(octet|utf8)_string_param()
and add a compatibility layer for old versions of OpenSSL.
2022-05-28 16:00:10 +01:00
..
about About/Cert: get EC key details using OpenSSL 3 APIs 2022-05-28 16:00:10 +01:00
file move the file fetcher sources into a single directory 2020-07-03 18:07:21 +01:00
curl.c hoist the Referer header generation logic up to the low level cache 2021-03-25 23:36:41 +00:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c fetchers: Rework the about, data, file, and resource fetcher poll loop 2020-02-24 14:25:37 +00:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile move about fetcher into its own directory 2020-09-20 10:54:48 +01:00
resource.c fetchers: Rework the about, data, file, and resource fetcher poll loop 2020-02-24 14:25:37 +00:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00