Change #238962
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Fri 11 Jul 2025 08:19:45 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/tls-1.2-default |
Revision | 996b6fa6c11c8dd2b04bef3fc940fdf2f11b534e |
Comments
url: 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. URL: https://curl.se/mail/lib-2025-07/0007.html
Changed files
- docs/libcurl/opts/CURLOPT_SSLVERSION.md
- lib/setopt.c
- lib/setopt.h
- lib/url.c