summaryrefslogtreecommitdiffstats
path: root/crypto/http
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2023-12-12Fix some invalid use of sscanfMatt Caswell
2023-10-26return 0 if an error occurredAlexey Fofanov
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-07-14Modified OSSL_parse_url to initialize pport_num to 0.Randall S. Becker
2023-06-10Coverity 1528488: Avoid assignment of unused value rctxTomas Mraz
2023-04-28http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi
2023-01-26OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-08-23OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matchingDr. David von Oheimb
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-11http_client.c: fix calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-06http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb
2022-07-06OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx...Dr. David von Oheimb
2022-07-06OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb
2022-06-23crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang
2022-05-30http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-05-02http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21HTTP client: Work around the 'gets' method not being supported by SSL BIOsDr. David von Oheimb
2021-12-13OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsingDr. David von Oheimb
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-07-22OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb
2021-06-18http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficientDr. David von Oheimb
2021-06-18http_client.c: make HTTP_LINE1_MINLEN more efficientDr. David von Oheimb
2021-06-18http_client.c: make prefix checking more readable and more efficientDr. David von Oheimb
2021-06-18http_client.c: fix error reporting (a char was missing; improve style)Dr. David von Oheimb
2021-06-18http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy useDr. David von Oheimb
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb
2021-06-11HTTP client: Fix GET request handling when rctx is reused (keep-alive)Dr. David von Oheimb
2021-06-10Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()Tomas Mraz
2021-06-02http: remove TODOsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb