Dimitri Papadopoulos
|
ad31628cfe
Remove repeated words
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Dr. David von Oheimb
|
45c02183c6
OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t. path parameter
|
1 year ago |
Tomas Mraz
|
c71b72acf2
Coverity 1528488: Avoid assignment of unused value rctx
|
1 year ago |
Jeeban Sethi
|
7fed5193d2
Fixes #20278: Fixed double free bug in crypto/http/http_client.c
|
1 year ago |
Dr. David von Oheimb
|
35b76bc818
OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes sense
|
2 years ago |
FdaSilvaYY
|
c734058309
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
|
2 years ago |
Dr. David von Oheimb
|
52f6169905
OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matching
|
2 years ago |
Dr. David von Oheimb
|
8c65e1f719
http_client.c: 2nd fix for calculation of Content-Length in set1_content()
|
2 years ago |
Dr. David von Oheimb
|
243465fd55
http_client.c: fix calculation of Content-Length in set1_content()
|
2 years ago |
Dr. David von Oheimb
|
7d5019c15a
http_client.c: fix comment and documentation of the memory BIOs used
|
2 years ago |
Dr. David von Oheimb
|
059a4ad099
OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx-rbio)
|
2 years ago |
Dr. David von Oheimb
|
35750cb9af
OSSL_HTTP_open(): improve use of use_ssl and its documentation
|
2 years ago |
Jiasheng Jiang
|
816d6e578c
crypto/http/http_client.c: Add the check for OPENSSL_strdup
|
2 years ago |
Dr. David von Oheimb
|
e8fdb06035
http_client.c: Dump response on error when tracing is enabled
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dr. David von Oheimb
|
e3477d3e5c
http_client.c: check expected content type only if HTTP status code is 200 (OK)
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Dr. David von Oheimb
|
068549f8db
HTTP client: Work around HTTPS proxy use bug due to callback design flaw
|
3 years ago |
Dr. David von Oheimb
|
cdaf072f90
HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function
|
3 years ago |
Dr. David von Oheimb
|
606c79e29b
HTTP client: Work around the 'gets' method not being supported by SSL BIOs
|
3 years ago |
Dr. David von Oheimb
|
2490d10d5c
OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsing
|
3 years ago |
Dr. David von Oheimb
|
f0d5a3b6ea
OSSL_HTTP_get(): Fix timeout handling on redirection
|
3 years ago |
Dr. David von Oheimb
|
266383b44c
OSSL_HTTP_set1_request(): Fix check for presence of port option and its documentation
|
3 years ago |
Dr. David von Oheimb
|
38288f424f
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200
|
3 years ago |
Dr. David von Oheimb
|
e2b7dc353b
parse_http_line1(): Fix diagnostic output on error and return code
|
3 years ago |
Dr. David von Oheimb
|
af16097feb
Move more general parts of internal/cryptlib.h to new internal/common.h
|
3 years ago |
Dr. David von Oheimb
|
2ff286c26c
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix
|
3 years ago |
Dr. David von Oheimb
|
981a5b7ce3
OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy
|
3 years ago |