【问题标题】:How to build Openssl TLS V1.2 for Windows XP?如何为 Windows XP 构建 Openssl TLS V1.2?
【发布时间】:2017-09-20 19:23:58
【问题描述】:

我已经为 Windows 7 使用了 OpenSSL TLS v1.2 的预编译库。现在我想为 Windows XP 构建具有 TLS v1.2 支持的 OpenSSL。我在网上搜索,但发现 Windows XP 不支持 TLS v1.2,只支持 SSLv3,但我需要为 Windows XP 构建 OpenSSL TLSv1.2。如何使用 TLSv1.2 为 Windows XP 构建 OpenSSL,或者是否有任何解决方法可以让 TLS v1.2 为 Windows XP 工作。

【问题讨论】:

  • 据我所知,在 Windows 上构建的过程对于所有版本的 Windows 都是相同的。只需使用常规的 Windows 构建过程。

标签: openssl windows-xp tls1.2 windows-xp-sp3


【解决方案1】:

尝试使用--disable-schannel --no-async 配置开关。

Source

【讨论】:

    【解决方案2】:

    我同意 @jww 的观点,无论您使用的 Windows 版本如何,从源代码构建本质上都是相同的。

    也就是说,您可以从以下链接之一获得所需的预编译库: https://wiki.openssl.org/index.php/Binaries

    或者您可以从这里了解您需要的内容: https://wiki.openssl.org/index.php/Compilation_and_Installation

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-24
      • 1970-01-01
      • 1970-01-01
      • 2013-01-05
      • 2014-06-16
      • 1970-01-01
      相关资源
      最近更新 更多