Add processing by chunks to mac tests
[openssl.git] / crypto / http / http_client.c
2024-04-09 Richard LevitteCopyright year updates
2024-03-12 Alexandr NedvedickyLimit the number of http headers when receiving the...
2023-10-26 Alexey Fofanovreturn 0 if an error occurred
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-08-10 Dr. David von OheimbOSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request...
2023-06-10 Tomas MrazCoverity 1528488: Avoid assignment of unused value...
2023-02-23 Jeeban SethiFixes #20278: Fixed double free bug in crypto/http...
2023-01-26 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-08-23 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio: add support for partial content...
2022-07-14 Dr. David von Oheimbhttp_client.c: 2nd fix for calculation of Content...
2022-07-11 Dr. David von Oheimbhttp_client.c: fix calculation of Content-Length in...
2022-07-06 Dr. David von Oheimbhttp_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling...
2022-07-06 Dr. David von OheimbOSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-06-23 Jiasheng Jiangcrypto/http/http_client.c: Add the check for OPENSSL_strdup
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-03 Matt CaswellUpdate copyright year
2022-05-02 Dr. David von Oheimbhttp_client.c: check expected content type only if...
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Dr. David von OheimbHTTP client: Work around the 'gets' method not being...
2021-12-13 Dr. David von OheimbOSSL_HTTP_proxy_connect(): Fix glitch in response HTTP...
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-12-07 Dr. David von OheimbOSSL_HTTP_set1_request(): Fix check for presence of...
2021-12-03 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses...
2021-12-03 Dr. David von Oheimbparse_http_line1(): Fix diagnostic output on error...
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-07-22 Dr. David von OheimbOSSL_HTTP_open(): Fix memory leak on TLS connect failur...
2021-07-11 Dr. David von OheimbImprove doc of OSSL_HTTP_REQ_CTX_set_expected() on...
2021-06-18 Dr. David von Oheimbhttp_client.c: fix HTTP_VERSION_STR_LEN and make it...
2021-06-18 Dr. David von Oheimbhttp_client.c: make HTTP_LINE1_MINLEN more efficient
2021-06-18 Dr. David von Oheimbhttp_client.c: make prefix checking more readable and...
2021-06-18 Dr. David von Oheimbhttp_client.c: fix error reporting (a char was missing...
2021-06-18 Dr. David von Oheimbhttp_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS...
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-11 Dr. David von OheimbRename OSSL_HTTP_set_request() to OSSL_HTTP_set1_reques...
2021-06-11 Dr. David von OheimbHTTP client: Fix GET request handling when rctx is...
2021-06-10 Tomas MrazFix use after free in OSSL_HTTP_REQ_CTX_set1_req()
2021-06-02 Paulihttp: remove TODOs
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von Oheimbhttp_client.c: Rename internal fields and functions...
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of response data (with...
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of request data (for POST...
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbOSSL_HTTP_transfer(): Fix error reporting in case rctx...
2021-05-14 Dr. David von OheimbOSSL_HTTP_get(): Do not close connection if redirect...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbOSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host...
2021-05-14 Dr. David von OheimbHTTP client: Rename 'maxline' parameter to 'buf_size...
2021-05-13 Dr. David von Oheimbhttp_client.c: Fix inconsistency w.r.t. type of max_res...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-04 Dr. David von OheimbHTTP client: Correct the use of optional proxy URL...
2021-03-31 Dr. David von OheimbOSSL_HTTP_REQ_CTX_transfer(): improve distinction of...
2021-03-31 Dr. David von Oheimbhttp_client.c: Prevent spurious error queue entry on...
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: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer()...
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-06 Dr. David von OheimbHTTP: Fix BIO_mem_d2i() on NULL mem input
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-02 Dr. David von OheimbConstify OSSL_HTTP_REQ_CTX_get0_mem_bio()
2021-02-02 Dr. David von OheimbHTTP: add more error detection to low-level API
2021-02-02 Dr. David von OheimbHTTP: Fix mistakes and unclarities on maxline and max_r...
2021-02-02 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): Revert to having state var...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-23 Dr. David von OheimbOSSL_HTTP_REQ_CTX_new(): replace method_GET parameter...
2021-01-23 Dr. David von Oheimbrename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_se...
2021-01-23 Dr. David von OheimbAdd check of HTTP method to OSSL_HTTP_REQ_CTX_content()
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-07-03 Matt CaswellEnsure a string is properly terminated in http_client.c
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-05-09 Dr. David von OheimbConstify 'req' parameter of OSSL_HTTP_post_asn1()
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-12 Dr. David von Oheimbfix build for new HTTP client in case OPENSSL_NO_CMP...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...