index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
http
/
http_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Limit the number of http headers when receiving the http response
Alexandr Nedvedicky
2024-03-12
1
-0
/
+23
*
return 0 if an error occurred
Alexey Fofanov
2023-10-26
1
-2
/
+6
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...
Dr. David von Oheimb
2023-08-10
1
-4
/
+11
*
Coverity 1528488: Avoid assignment of unused value rctx
Tomas Mraz
2023-06-11
1
-7
/
+7
*
Fixes #20278: Fixed double free bug in crypto/http/http_client.c
Jeeban Sethi
2023-02-23
1
-3
/
+8
*
OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...
Dr. David von Oheimb
2023-01-26
1
-31
/
+54
*
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-4
/
+4
*
OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matching
Dr. David von Oheimb
2022-08-23
1
-1
/
+9
*
http_client.c: 2nd fix for calculation of Content-Length in set1_content()
Dr. David von Oheimb
2022-07-14
1
-6
/
+17
*
http_client.c: fix calculation of Content-Length in set1_content()
Dr. David von Oheimb
2022-07-11
1
-7
/
+23
*
http_client.c: fix comment and documentation of the memory BIOs used
Dr. David von Oheimb
2022-07-06
1
-1
/
+1
*
OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx...
Dr. David von Oheimb
2022-07-06
1
-1
/
+1
*
OSSL_HTTP_open(): improve use of use_ssl and its documentation
Dr. David von Oheimb
2022-07-06
1
-1
/
+1
*
crypto/http/http_client.c: Add the check for OPENSSL_strdup
Jiasheng Jiang
2022-06-23
1
-0
/
+8
*
http_client.c: Dump response on error when tracing is enabled
Dr. David von Oheimb
2022-05-30
1
-9
/
+33
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
http_client.c: check expected content type only if HTTP status code is 200 (OK)
Dr. David von Oheimb
2022-05-02
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-8
/
+8
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
HTTP client: Work around HTTPS proxy use bug due to callback design flaw
Dr. David von Oheimb
2022-01-04
1
-0
/
+1
*
HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function
Dr. David von Oheimb
2021-12-22
1
-3
/
+9
*
HTTP client: Work around the 'gets' method not being supported by SSL BIOs
Dr. David von Oheimb
2021-12-21
1
-7
/
+16
*
OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsing
Dr. David von Oheimb
2021-12-13
1
-1
/
+3
*
OSSL_HTTP_get(): Fix timeout handling on redirection
Dr. David von Oheimb
2021-12-09
1
-1
/
+18
*
OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...
Dr. David von Oheimb
2021-12-07
1
-1
/
+1
*
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200
Dr. David von Oheimb
2021-12-03
1
-6
/
+9
*
parse_http_line1(): Fix diagnostic output on error and return code
Dr. David von Oheimb
2021-12-03
1
-12
/
+12
*
Move more general parts of internal/cryptlib.h to new internal/common.h
Dr. David von Oheimb
2021-11-17
1
-1
/
+1
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-6
/
+5
*
OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy
Dr. David von Oheimb
2021-07-22
1
-1
/
+2
*
Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0
Dr. David von Oheimb
2021-07-11
1
-1
/
+1
*
http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficient
Dr. David von Oheimb
2021-06-18
1
-1
/
+1
*
http_client.c: make HTTP_LINE1_MINLEN more efficient
Dr. David von Oheimb
2021-06-18
1
-2
/
+2
*
http_client.c: make prefix checking more readable and more efficient
Dr. David von Oheimb
2021-06-18
1
-8
/
+7
*
http_client.c: fix error reporting (a char was missing; improve style)
Dr. David von Oheimb
2021-06-18
1
-6
/
+5
*
http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy use
Dr. David von Oheimb
2021-06-18
1
-5
/
+4
*
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
Dr. David von Oheimb
2021-06-16
1
-3
/
+1
*
Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarity
Dr. David von Oheimb
2021-06-11
1
-14
/
+14
*
HTTP client: Fix GET request handling when rctx is reused (keep-alive)
Dr. David von Oheimb
2021-06-11
1
-15
/
+15
*
Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()
Tomas Mraz
2021-06-10
1
-9
/
+16
*
http: remove TODOs
Pauli
2021-06-02
1
-1
/
+1
*
Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
Dr. David von Oheimb
2021-05-14
1
-3
/
+3
*
http_client.c: Rename internal fields and functions for consistency
Dr. David von Oheimb
2021-05-14
1
-29
/
+27
*
HTTP client: Allow streaming of response data (with possibly indefinite length)
Dr. David von Oheimb
2021-05-14
1
-39
/
+44
*
HTTP client: Allow streaming of request data (for POST method)
Dr. David von Oheimb
2021-05-14
1
-48
/
+63
*
HTTP client API: Generalize to arbitrary request and response contents
Dr. David von Oheimb
2021-05-14
1
-3
/
+12
*
OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULL
Dr. David von Oheimb
2021-05-14
1
-7
/
+6
[next]