aboutsummaryrefslogtreecommitdiff
path: root/test/http_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-15Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky1-1/+4
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky1-0/+63
2023-12-12Add a test case for OSSL_HTTP_parse_urlMatt Caswell1-1/+2
2021-12-21http_test.c: Simplify constant init of 'server_args' struct for gcc-4.8.xDr. David von Oheimb1-1/+2
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb1-10/+6
2021-11-15BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb1-25/+89
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb1-2/+2
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb1-36/+147
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb1-18/+20
2021-03-31OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb1-1/+1
2021-03-09http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb1-1/+2
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb1-11/+52
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb1-15/+1
2020-09-13Fix safestack issues in conf.hMatt Caswell1-2/+0
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb1-0/+72
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb1-2/+2
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-0/+181