]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: make --libcurl output better CURLOPT_*SSLVERSION
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2024 12:58:45 +0000 (13:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2024 16:59:22 +0000 (17:59 +0100)
commit40948189ffbb64e6e8629f1212947949ec901c8b
tree31fe6732c16f95cea0c66434a30f94a1f58471bd
parent09f367977af2a9db785db76ef8beaef405ba492e
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
src/tool_operate.c
src/tool_setopt.c
src/tool_setopt.h
tests/data/Makefile.inc
tests/data/test1481 [new file with mode: 0644]