Change #273958
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 04 Jul 2026 12:20:20 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 69ac867f98fb438c242687c36526e2a090371d3d |
Comments
TLS: drop support for TLS-SRP The options will simply do nothing. Closes #21965
Changed files
- CMakeLists.txt
- configure.ac
- docs/CIPHERS.md
- docs/DEPRECATE.md
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/cmdline-opts/proxy-tlsauthtype.md
- docs/cmdline-opts/proxy-tlspassword.md
- docs/cmdline-opts/proxy-tlsuser.md
- docs/cmdline-opts/tlsauthtype.md
- docs/cmdline-opts/tlspassword.md
- docs/cmdline-opts/tlsuser.md
- docs/cmdline-opts/version.md
- docs/internals/TLS-SESSIONS.md
- docs/libcurl/curl_easy_setopt.md
- docs/libcurl/curl_easy_ssls_export.md
- docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.md
- docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md
- docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.md
- docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md
- docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md
- docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md
- docs/libcurl/symbols-in-versions
- docs/tests/FILEFORMAT.md
- include/curl/curl.h
- lib/curl_config-cmake.h.in
- lib/curl_setup.h
- lib/setopt.c
- lib/urldata.h
- lib/version.c
- lib/vtls/gtls.c
- lib/vtls/gtls.h
- lib/vtls/openssl.c
- lib/vtls/vtls_config.c
- lib/vtls/vtls_config.h
- lib/vtls/vtls_scache.c
- m4/curl-gnutls.m4
- m4/curl-openssl.m4
- scripts/spacecheck.pl
- src/config2setopts.c
- src/tool_cfgable.c
- src/tool_cfgable.h
- src/tool_getparam.c
- src/tool_libinfo.c
- src/tool_libinfo.h
- tests/certs/Makefile.am
- tests/certs/Makefile.inc
- tests/certs/srp-verifier-conf
- tests/certs/srp-verifier-db
- tests/data/DISABLED
- tests/data/Makefile.am
- tests/data/data320.html
- tests/data/test320
- tests/data/test321
- tests/data/test322
- tests/data/test323
- tests/data/test324
- tests/runtests.pl
- tests/serverhelp.pm
- tests/servers.pm
- tests/test1165.pl
- tests/test1177.pl
- tests/unit/unit3304.c