curl/tests/http
Daniel Stenberg 9d8998c994
tls: make default TLS version be minimum 1.2
This still allows users to explictily ask for 1.0 or 1.1 as the minimum
version. If the TLS library allows it.

Starting with this change, the CURL_SSLVERSION_DEFAULT value is no
longer used as minimum version when the TLS backend are called.

This also makes curl set the minimum version to 1.2 independently of
libcurl for the rare case where a newer curl tool would use an older
libcurl.

URL: https://curl.se/mail/lib-2025-07/0007.html
Assisted-by: Stefan Eissing
Closes #17894
2025-07-27 18:23:04 +02:00
..
testenv pytest: add SOCKS tests and scoring 2025-07-23 18:12:31 +02:00
.gitignore tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
CMakeLists.txt pytest: add SOCKS tests and scoring 2025-07-23 18:12:31 +02:00
config.ini.in pytest: add SOCKS tests and scoring 2025-07-23 18:12:31 +02:00
conftest.py pytest: adapt for runs with openssl-1.1.1 2025-06-05 13:52:29 +02:00
Makefile.am pytest: add SOCKS tests and scoring 2025-07-23 18:12:31 +02:00
requirements.txt tests/http/requirements: remove multipart 2025-07-05 18:13:29 +02:00
scorecard.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_01_basic.py misc: fix spelling 2025-05-29 10:21:05 +02:00
test_02_download.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_03_goaway.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_04_stuttered.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_05_errors.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_06_eyeballs.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_07_upload.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_08_caddy.py vquic: drop msh3 2025-07-27 17:57:17 +02:00
test_09_push.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_10_proxy.py GHA/checksrc: expand spellcheck, fix issues found 2025-07-21 16:09:01 +02:00
test_11_unix.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_12_reuse.py spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
test_13_proxy_auth.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_14_auth.py digest: fix build with disabled digest auth 2025-06-15 12:07:22 +02:00
test_15_tracing.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_16_info.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_17_ssl_use.py tls: make default TLS version be minimum 1.2 2025-07-27 18:23:04 +02:00
test_18_methods.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_19_shutdown.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_20_websockets.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_30_vsftpd.py ftp: fix race in upload handling 2025-05-25 11:56:16 +02:00
test_31_vsftpds.py misc: fix typos 2025-07-12 08:59:44 +02:00
test_32_ftps_vsftpd.py misc: fix typos 2025-07-12 08:59:44 +02:00
test_40_socks.py pytest: add SOCKS tests and scoring 2025-07-23 18:12:31 +02:00