]> git.ipfire.org Git - thirdparty/curl.git/commit
tls: add CURLOPT_SSL_EC_CURVES and --curves
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Sat, 29 Aug 2020 12:09:24 +0000 (14:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 30 Aug 2020 15:24:04 +0000 (17:24 +0200)
commitede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24
treeef1c1fd2071ecad350d6f89b6524d218b1dfe562
parenta337355487c4c3305a4c0703282fdcbe008d4998
tls: add CURLOPT_SSL_EC_CURVES and --curves

Closes #5892
20 files changed:
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/curves.d [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
docs/options-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/doh.c
lib/easyoptions.c
lib/setopt.c
lib/url.c
lib/urldata.h
lib/vtls/openssl.c
lib/vtls/vtls.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c