Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / ocsp / ocsp_http.c
2021-10-25 Tomas MrazOCSP_sendreq_bio: Avoid doublefree of mem BIO
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP client: Rename 'maxline' parameter to 'buf_size...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-03-31 Dr. David von OheimbHTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-06 Dr. David von OheimbSimplify OCSP_sendreq_bio()
2021-01-28 Richard LevitteUpdate copyright year
2021-01-23 Dr. David von OheimbOCSP HTTP: Restore API of undocumented and recently...
2021-01-19 Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2020-12-15 Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-04-23 Matt CaswellUpdate copyright year
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...