openssl - TLS 1.2 支持何时添加到 OpenSSL?

标签 openssl tls1.2

OpenSSL 0.9.8x 是否支持 TLS1.2?我查看了 OpenSSL 的变更日志,但没有找到任何相关信息:https://www.openssl.org/news/changelog.html

最佳答案

关于 official changelog page you provided , 下 1.0.0h 和 1.0.1 之间的变化 [2012 年 3 月 14 日] 您可以看到初始 TLS v1.2 支持。

*) Add TLS v1.2 server support for client authentication. [Steve Henson]

*) Add TLS v1.2 client side support for client authentication. Keep cache of handshake records longer as we don't know the hash algorithm to use until after the certificate request message is received. [Steve Henson]

*) Initial TLS v1.2 client support. Add a default signature algorithms extension including all the algorithms we support. Parse new signature format in client key exchange. Relax some ECC signing restrictions for TLS v1.2 as indicated in RFC5246. [Steve Henson]

*) Add server support for TLS v1.2 signature algorithms extension. Switch to new signature format when needed using client digest preference. All server ciphersuites should now work correctly in TLS v1.2. No client support yet and no support for client certificates. [Steve Henson]

*) Initial TLS v1.2 support. Add new SHA256 digest to ssl code, switch to SHA256 for PRF when using TLS v1.2 and later. Add new SHA256 based ciphersuites. At present only RSA key exchange ciphersuites work with TLS v1.2. Add new option for TLS v1.2 replacing the old and obsolete SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods and version checking. [Steve Henson]

*) Initial TLSv1.1 support. Since TLSv1.1 is very similar to TLS v1.0 only a few changes are required [...]



TLS 1.2 支持来自 OpenSSL 版本 1.0.1 .

OpenSSL 0.9.8x 低于 1.0.1,因此不支持 TLS 1.2

关于openssl - TLS 1.2 支持何时添加到 OpenSSL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48178052/

相关文章:

c++ - C/C++ 中的简单 OpenSSL RSA 加密让我头疼

ssl - 混合应用程序中的 WAS 8.5.5 + Worklight 6.1 和 TLS 1.2

ssl - 为什么我们会收到 cURL 错误 56、SSL 错误号 104?

ssl - IBM Bluemix Watson IoT - 通过 token 的 TLS?

c - 如何使用 OpenSSL libcrypto 生成 DSA key 对?

ssl - boost::asio 无法仅接受 TLS 1.2?

actionscript-3 - 从 AIR 桌面客户端发送推送通知,无需中间件(例如 PHP)

windows - 在 Windows 上运行开放式 SSL 的脚本

ssl - Go https 客户端问题 - 远程错误 : tls: handshake failure

asp.net - 经典 ASP 出站 TLS 1.2