d4492b6d | 23-Dec-2021 |
Daniel Stenberg |
docs/HTTP3: describe how to setup a h3 reverse-proxy for testing Assisted-by: Matt Holt Closes #8177 |
193053e2 | 23-Dec-2021 |
Daniel Stenberg |
libcurl-multi.3: "SOCKS proxy handshakes" are not blocking Since 4a4b63daaa0 |
2c1dbc1a | 20-Dec-2021 |
Vladimir Panteleev |
tests: Add test for CURLOPT_HTTP200ALIASES |
1b9f1f60 | 20-Dec-2021 |
Vladimir Panteleev |
http: Fix CURLOPT_HTTP200ALIASES The httpcode < 100 check was also triggered when none of the fields were parsed, thus making the if(!nc) block unreachable. Closes #8171 |
ef4dc1b5 | 20-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
e7e5cc4c | 20-Dec-2021 |
Daniel Stenberg |
language: "email" Missed three occurrences. Follow-up to 7a92f86 |
556a42ed | 17-Dec-2021 |
Daniel Stenberg |
nss:set_cipher don't clobber the cipher list The string is set by the user and needs to remain intact for proper connection reuse etc. Reported-by: Eric Musser Fixes #8160
nss:set_cipher don't clobber the cipher list The string is set by the user and needs to remain intact for proper connection reuse etc. Reported-by: Eric Musser Fixes #8160 Closes #8161
show more ...
|
7a92f865 | 17-Dec-2021 |
Daniel Stenberg |
misc: s/e-mail/email Consistency is king. Following the lead in everything curl. Closes #8159 |
b29af4a4 | 18-Dec-2021 |
Tobias Nießen |
docs: fix typo in OpenSSL 3 build instructions Closes #8162 |
ed0bc61e | 16-Dec-2021 |
Daniel Stenberg |
linkcheck.yml: add CI job that checks markdown links Closes #8158 |
4bf36e2b | 16-Dec-2021 |
Daniel Stenberg |
RELEASE-PROCEDURE.md: remove ICAL link and old release dates |
97f15c23 | 16-Dec-2021 |
Daniel Stenberg |
BINDINGS.md: "markdown-link-check-disable" It feels a bit unfortunate to litter an ugly tag for this functionality, but if we get link scans of all markdown files, this might be worth th
BINDINGS.md: "markdown-link-check-disable" It feels a bit unfortunate to litter an ugly tag for this functionality, but if we get link scans of all markdown files, this might be worth the price.
show more ...
|
1760258b | 16-Dec-2021 |
Daniel Stenberg |
docs: fix dead links, remove ECH.md |
79d6057f | 15-Dec-2021 |
Jay Satiro |
openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+ Prior to this change OpenSSL_version was only detected in configure builds. For other builds the old version parsing code was used
openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+ Prior to this change OpenSSL_version was only detected in configure builds. For other builds the old version parsing code was used which would result in incorrect versioning for OpenSSL 3: Before: curl 7.80.0 (i386-pc-win32) libcurl/7.80.0 OpenSSL/3.0.0a zlib/1.2.11 WinIDN libssh2/1.9.0 After: curl 7.80.0 (i386-pc-win32) libcurl/7.80.0 OpenSSL/3.0.1 zlib/1.2.11 WinIDN libssh2/1.9.0 Reported-by: lllaffer@users.noreply.github.com Fixes https://github.com/curl/curl/issues/8154 Closes https://github.com/curl/curl/pull/8155
show more ...
|
cb26b2c7 | 16-Dec-2021 |
xquery |
docs: add known bugs list to HTTP3.md Closes #8156 |
4a09a85d | 16-Dec-2021 |
Dan Fandrich |
BINDINGS: add one from Everything curl and update a link |
bedd44f4 | 15-Dec-2021 |
Dan Fandrich |
libcurl-security.3: mention address and URL mitigations The new CURLOPT_PREREQFUNCTION callback is another way to sanitize addresses. Using the curl_url API is a way to mitigate agai
libcurl-security.3: mention address and URL mitigations The new CURLOPT_PREREQFUNCTION callback is another way to sanitize addresses. Using the curl_url API is a way to mitigate against attacks relying on URL parsing differences.
show more ...
|
b9239ba0 | 15-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
c9e05491 | 14-Dec-2021 |
Daniel Stenberg |
x509asn1: return early on errors Overhaul to make sure functions that detect errors bail out early with error rather than trying to continue and risk hiding the problem. Closes
x509asn1: return early on errors Overhaul to make sure functions that detect errors bail out early with error rather than trying to continue and risk hiding the problem. Closes #8147
show more ...
|
cdc1da91 | 14-Dec-2021 |
Patrick Monnerat |
openldap: several minor improvements - Early check proper LDAP URL syntax. Reject URLs with a userinfo part. - Use dynamic memory for ldap_init_fd() URL rather than a stack-allocat
openldap: several minor improvements - Early check proper LDAP URL syntax. Reject URLs with a userinfo part. - Use dynamic memory for ldap_init_fd() URL rather than a stack-allocated buffer. - Never chase referrals: supporting it would require additional parallel connections and alternate authentication credentials. - Do not wait 1 microsecond while polling/reading query response data. - Store last received server code for retrieval with CURLINFO_RESPONSE_CODE. Closes #8140
show more ...
|
39406280 | 06-Sep-2021 |
MAntoniak <47522782+MAntoniak@users.noreply.github.com> |
misc: remove unused doh flags when CURL_DISABLE_DOH is defined Closes #8148 |
867ad1cd | 14-Dec-2021 |
Daniel Stenberg |
mbedtls: fix CURLOPT_SSLCERT_BLOB The memory passed to mbedTLS for this needs to be null terminated. Reported-by: Florian Van Heghe Closes #8146 |
64e8bf9f | 14-Dec-2021 |
Daniel Stenberg |
asyn-ares: ares_getaddrinfo needs no happy eyeballs timer Closes #8142 |
771ca5d0 | 14-Dec-2021 |
Daniel Stenberg |
mailmap: add Yongkang Huang From #8141 |
1cdfdcde | 14-Dec-2021 |
MrDwZ |
check ssl_config when re-use proxy connection |