Dr. David von Oheimb 29f178bddf Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
The new client has become an independent libcrpyto module in crypto/http/ and
* can handle any types of requests and responses (ASN.1-encoded and plain)
* does not include potentially busy loops when waiting for responses but
* makes use of a new timeout mechanism integrated with socket-based BIO
* supports the use of HTTP proxies and TLS, including HTTPS over proxies
* supports HTTP redirection via codes 301 and 302 for GET requests
* returns more useful diagnostics in various error situations
Also adapts - and strongly simplifies - hitherto uses of HTTP in crypto/ocsp/,
crypto/x509/x_all.c, apps/lib/apps.c, and apps/{ocsp,s_client,s_server}.c

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/10667)
2020-02-10 16:49:37 +01:00
..
2019-07-02 14:22:29 +02:00
2019-12-11 19:04:01 +01:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-31 14:26:34 +01:00
2019-08-19 00:06:41 +02:00
2019-10-14 22:54:02 +02:00
2019-08-19 07:19:56 +02:00
2019-07-01 10:09:22 +02:00
2019-10-11 15:30:57 +02:00
2019-12-11 19:04:01 +01:00
2019-12-11 19:04:01 +01:00
2019-11-15 17:20:33 +01:00
2019-11-15 17:20:33 +01:00
2019-11-15 17:20:33 +01:00
2019-12-11 19:04:01 +01:00
2019-12-11 19:04:01 +01:00
2019-07-02 14:22:29 +02:00
2019-09-04 10:38:13 +02:00
2020-01-22 18:06:49 +01:00
2020-01-19 10:14:39 +10:00
2019-12-11 19:04:01 +01:00
2019-07-02 14:22:29 +02:00
2019-10-09 17:44:04 +02:00
2019-12-11 19:04:01 +01:00
2019-10-31 14:26:34 +01:00
2020-01-22 18:06:49 +01:00
2019-12-11 19:04:01 +01:00
2019-11-06 19:38:32 +01:00
2019-08-19 00:06:41 +02:00
2019-10-11 15:30:57 +02:00
2019-05-31 12:23:58 +02:00