openssl/apps
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
..
demoSRP Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
include Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
lib Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
asn1pars.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
build.info Move libapps.a source to apps/lib 2019-09-04 17:26:07 +02:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Document command parameters. 2019-11-20 09:49:52 +01:00
CA.pl.in Following the license change, modify the boilerplates in apps/ 2018-12-06 14:15:27 +01:00
cert.pem
ciphers.c Document command parameters. 2019-11-20 09:49:52 +01:00
client.pem
cms.c Document command parameters. 2019-11-20 09:49:52 +01:00
crl2p7.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
crl.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
ct_log_list.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dgst.c APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possible 2020-01-19 02:47:46 +01:00
dh1024.pem Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dh2048.pem Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dh4096.pem Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dhparam.c Document command parameters. 2019-11-20 09:49:52 +01:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
dsap.pem
dsaparam.c Document command parameters. 2019-11-20 09:49:52 +01:00
ec.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
ecparam.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
enc.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
engine.c Document command parameters. 2019-11-20 09:49:52 +01:00
errstr.c Document command parameters. 2019-11-20 09:49:52 +01:00
fipsinstall.c Add FIPS Self test kats for digests 2020-01-15 10:48:01 +10:00
gendsa.c Document command parameters. 2019-11-20 09:49:52 +01:00
genpkey.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
genrsa.c Document command parameters. 2019-11-20 09:49:52 +01:00
info.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
kdf.c Check the return from OPENSSL_buf2hexstr() 2019-11-29 14:21:55 +00:00
list.c Update command list 2020-02-06 16:46:08 +01:00
mac.c Document command parameters. 2019-11-20 09:49:52 +01:00
nseq.c Fix coverity issues CID 1457745...1457752, 1457853, 1457854 2020-02-04 13:50:51 +10:00
ocsp.c Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
openssl-vms.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
openssl.c APPS & TEST: Adapt to use the new BIO_f_prefix() 2019-12-18 19:42:44 +01:00
openssl.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
passwd.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
pkcs8.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
pkcs12.c Fix coverity issues CID 1457745...1457752, 1457853, 1457854 2020-02-04 13:50:51 +10:00
pkey.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
pkeyparam.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
pkeyutl.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
prime.c Document command parameters. 2019-11-20 09:49:52 +01:00
privkey.pem
progs.c Run make update 2020-01-02 14:39:34 +00:00
progs.h Run make update 2020-01-02 14:39:34 +00:00
progs.pl Refactor apps/progs.* to be generate with 'make update' 2019-07-15 07:00:29 +02:00
provider.c Document command parameters. 2019-11-20 09:49:52 +01:00
rand.c Document command parameters. 2019-11-20 09:49:52 +01:00
rehash.c Document command parameters. 2019-11-20 09:49:52 +01:00
req.c Adapt some 'openssl' commands for SM2 changes. 2020-02-02 12:06:39 +01:00
req.pem
rsa8192.pem
rsa.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
rsautl.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_client.c Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
s_server.c Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
s_time.c Document most missing options 2020-01-29 18:42:31 +01:00
server2.pem
server.pem Replace apps/server.pem with certificate with a sha256 signature. 2020-01-25 14:10:40 +01:00
server.srl
sess_id.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
smime.c Document command parameters. 2019-11-20 09:49:52 +01:00
speed.c Deprecate the ECDSA and EV_KEY_METHOD functions. 2020-02-04 20:02:55 +10:00
spkac.c Add "sections" to -help output 2019-11-08 06:08:30 +10:00
srp.c Document command parameters. 2019-11-20 09:49:52 +01:00
storeutl.c Document command parameters. 2019-11-20 09:49:52 +01:00
testCA.pem
testdsa.h Following the license change, modify the boilerplates in apps/ 2018-12-06 14:15:27 +01:00
testrsa.h Following the license change, modify the boilerplates in apps/ 2018-12-06 14:15:27 +01:00
timeouts.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
ts.c Check return value after loading config file 2019-12-13 13:39:31 +10:00
tsget.in apps/tsget.in: use the full version in the user agent string 2018-12-10 20:09:17 +01:00
verify.c Document command parameters. 2019-11-20 09:49:52 +01:00
version.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
vms_decc_init.c VMS: move copy_argc to its own module and make it an aux source 2019-03-05 08:51:09 +01:00
x509.c Fix regression on x509 keyform argument 2019-12-19 09:58:51 +01:00