History log of /curl/tests/data/test1481 (Results 1 – 2 of 2)
Revision Date Author Comments
# 7237ee2c 23-Apr-2024 Dan Fandrich

tests: fix feature case in test1481

This test was being skipped everywhere because the feature never
matched.

Closes #13445


# 40948189 14-Mar-2024 Daniel Stenberg

curl: make --libcurl output better CURLOPT_*SSLVERSION

The option is really two enums ORed together, so it needs special
attention to make the code output nice.

Added test 1481

curl: make --libcurl output better CURLOPT_*SSLVERSION

The option is really two enums ORed together, so it needs special
attention to make the code output nice.

Added test 1481 to verify. Both the server and the proxy versions.

Reported-by: Boris Verkhovskiy
Fixes #13127
Closes #13129

show more ...