支持 TLS 1.2 的 libcurl 的最小版本是什么?

what is the minimal version of libcurl that supports TLS 1.2?

我知道 openssl 从 1.0.1 版本开始支持 TLS 1.2。 但是最早的 libcurl 版本是什么,可以成功地与 TLS 1.2 服务器(使用 openssl 1.0.1 或更高版本)一起工作?

我在 https://curl.haxx.se/changes.html

中找不到此信息

OpenSSL 不需要在客户端代码中执行任何特殊操作来协商 TLS 1.2,因此您可以使用 OpenSSL 1.0.1 构建的最早的 curl 版本可以自动使用 TLS 1.2。

如果我没记错的话,您可以在 2012 年 3 月 14 日发布当天使用 OpenSSL 1.0.1 构建 curl(curl 7.24.0 是当时最新的 curl 版本)——但也有机会您可以使用该 OpenSSL 版本构建甚至更早的 curl 版本...

None 这对任何人都应该很重要,因为任何地方都应该没有人仍然使用旧版本的 curl 或 OpenSSL...