openssl/crypto/ocsp
Dr. David von Oheimb 8f965908a5 HTTP client: Minimal changes that include the improved API
This is a minimal version of pull request #15053 including all the
proposed improvements to the HTTP client API and its documentation
but only those code adaptations strictly needed for it.

The proposed new features include
* support for persistent connections (keep-alive),
* generalization to arbitrary request and response types, and
* support for streaming BIOs for request and response data.

The related API changes include:
* Split the monolithic OSSL_HTTP_transfer() into OSSL_HTTP_open(),
  OSSL_HTTP_set_request(), a lean OSSL_HTTP_transfer(), and OSSL_HTTP_close().
* Split the timeout functionality accordingly and improve default behavior.
* Extract part of OSSL_HTTP_REQ_CTX_new() to OSSL_HTTP_REQ_CTX_set_expected().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15147)
2021-05-12 15:11:51 +02:00
..
build.info Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
ocsp_asn.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ocsp_cl.c Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
ocsp_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
ocsp_ext.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
ocsp_http.c HTTP client: Minimal changes that include the improved API 2021-05-12 15:11:51 +02:00
ocsp_lib.c Update copyright year 2021-04-22 14:38:44 +01:00
ocsp_local.h Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
ocsp_prn.c Fix safestack issues in ocsp.h 2020-09-13 11:10:41 +01:00
ocsp_srv.c Add some additional NULL checks to prevent segfaults. 2021-04-14 16:05:00 +10:00
ocsp_vfy.c Prefer fetch over legacy get_digestby/get_cipherby 2021-04-28 09:38:31 +02:00
v3_ocsp.c Add ossl_v3 symbols 2021-03-18 17:52:37 +10:00