aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_HTTP_transfer.pod
Commit message (Expand)AuthorAgeFilesLines
* OSSL_CMP_CTX_new.pod: remove overlap with OSSL_HTTP_transfer.pod; improve the...Dr. David von Oheimb2023-10-101-3/+5
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb2023-08-101-2/+5
* OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matchingDr. David von Oheimb2022-08-231-2/+10
* http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb2022-07-061-3/+3
* OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb2022-07-061-2/+2
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-1/+6
* HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb2021-12-221-5/+13
* OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()Dr. David von Oheimb2021-12-071-4/+5
* OSSL_HTTP_open(): Complete documentation of checks for server and proxy argsDr. David von Oheimb2021-12-071-0/+2
* OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb2021-12-071-1/+3
* OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...Dr. David von Oheimb2021-12-031-7/+10
* OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...Dr. David von Oheimb2021-12-031-0/+1
* OSSL_HTTP_transfer.pod: clarify that resulting BIO must be freedDr. David von Oheimb2021-10-231-3/+7
* Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb2021-06-111-12/+12
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-141-3/+2
* HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb2021-05-141-5/+6
* HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb2021-05-141-1/+2
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-12/+22
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-23/+11
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-119/+153
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-041-4/+5
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-38/+19
* OSSL_HTTP_REQ_CTX.pod and OSSL_HTTP_transfer.pod: various improvementsDr. David von Oheimb2021-02-021-6/+8
* HTTP: Fix mistakes and unclarities on maxline and max_resp_len paramsDr. David von Oheimb2021-02-021-2/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Make the OSSL_HTTP manual conform with man-pages(7)Richard Levitte2021-01-131-3/+3
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-62/+74
* DOC: Spelling fixesSebastian Andrzej Siewior2020-06-181-1/+1
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-1/+1
* Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb2020-05-091-1/+1
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-021-25/+40
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-6/+14
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-0/+210