openssl/apps
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
..
demoSRP
include Update copyright year 2021-05-06 13:03:23 +01:00
lib HTTP client: Minimal changes that include the improved API 2021-05-12 15:11:51 +02:00
asn1pars.c Update copyright year 2021-05-06 13:03:23 +01:00
build.info
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
CA.pl.in
cert.pem
ciphers.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
client.pem
cmp_mock_srv.c
cmp_mock_srv.h
cmp.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
cms.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
crl2p7.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
crl.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
ct_log_list.cnf
dgst.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
dhparam.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
dsap.pem
dsaparam.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
ec.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
ecparam.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
enc.c change salt handling, way 1 2021-05-06 11:23:25 +01:00
engine.c Update copyright year 2021-05-06 13:03:23 +01:00
errstr.c
fipsinstall.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
gendsa.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
genpkey.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
genrsa.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
info.c Update copyright year 2021-05-06 13:03:23 +01:00
insta.ca.crt
kdf.c coverity: fix 1484539 resource leak 2021-05-12 11:11:53 +10:00
list.c apps: make list -help not continue with listing 2021-05-12 18:40:57 +10:00
mac.c coverity: fix 1484540 resource leak 2021-05-12 11:11:53 +10:00
nseq.c Update copyright year 2021-05-06 13:03:23 +01:00
ocsp.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
openssl-vms.cnf
openssl.c
openssl.cnf
passwd.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
pkcs8.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
pkcs12.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
pkey.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
pkeyparam.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
pkeyutl.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
prime.c Update copyright year 2021-05-06 13:03:23 +01:00
privkey.pem
progs.pl Update copyright year 2021-05-06 13:03:23 +01:00
rand.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
rehash.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
req.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
req.pem
rsa8192.pem
rsa.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
rsautl.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_client.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
s_server.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
s_time.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
server2.pem
server.pem
server.srl
sess_id.c Update copyright year 2021-05-06 13:03:23 +01:00
smime.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
speed.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
spkac.c Update copyright year 2021-05-06 13:03:23 +01:00
srp.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
storeutl.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
testCA.pem
testdsa.h
testrsa.h
timeouts.h
ts.c APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro 2021-05-05 20:48:20 +02:00
tsget.in
verify.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
version.c Update copyright year 2021-05-06 13:03:23 +01:00
vms_decc_init.c
x509.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00