aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_http.c
Commit message (Expand)AuthorAgeFilesLines
* OCSP_sendreq_bio: Avoid doublefree of mem BIOTomas Mraz2021-10-251-5/+3
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-1/+0
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-6/+14
* HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb2021-05-141-2/+2
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-14/+11
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-311-2/+2
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-261-3/+4
* Simplify OCSP_sendreq_bio()Dr. David von Oheimb2021-03-061-3/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-231-21/+22
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-191-10/+11
* Deprecate OCSP_REQ_CTX_set1_reqRich Salz2020-12-151-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-3/+0
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-0/+65