summaryrefslogtreecommitdiffstats
path: root/crypto/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity CID 1466708 - correct pointer calculation in one caseDr. David von Oheimb2020-09-171-1/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-083-40/+70
* Ensure a string is properly terminated in http_client.cMatt Caswell2020-07-031-4/+9
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-2/+2
* Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb2020-05-092-3/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-024-38/+69
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-024-32/+90
* fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb2020-03-101-1/+1
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-212-8/+11
* fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb2020-02-122-7/+10
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-105-0/+1474