summaryrefslogtreecommitdiffstats
path: root/test/http_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-141-2/+2
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-36/+147
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-18/+20
* OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb2021-03-311-1/+1
* http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb2021-03-091-1/+2
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-11/+52
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-15/+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-081-0/+72
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-2/+2
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-0/+181