summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_http.c
AgeCommit message (Expand)Author
2021-10-25OCSP_sendreq_bio: Avoid doublefree of mem BIOTomas Mraz
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb
2021-03-06Simplify OCSP_sendreq_bio()Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-23OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb
2021-01-19Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb