【发布时间】:2015-09-30 20:03:51
【问题描述】:
我想在 Windows 上使用 mod_ssl 将 CHACHA20-POLY1305-Cipher 实现到我的 Apache2.4.10 中
我在 Win64 上使用带有 mod_ssl 和 OpenSSL 库 1.0.2d 的 Apache
与LibreSSL-Extension。因此,当我现在在 openssl.exe 中键入命令 version 时,它会显示为 LibreSSL v2.1.6。 OpenSSL 和 LibreSSL 的库位于 apache 的 bin 文件夹中。
问题在于,openssl 现在知道 CHACHA20-POLY1305-Cipher,但带有 mod_ssl 的 Apache 仍然只能从 OpenSSL 本身访问旧库 libeay32.dll,而不是新实现的 LibreSSL 库 libssl-32.dll
那么我需要如何修补/配置/修改 Apache (mod_ssl) 以访问包含 CHACHA20-POLY1305-Ciphers 的 LibreSSL 库?
谢谢。
【问题讨论】:
-
“那么有什么方法可以让 CHACHA20-POLY1305 密码在 Windows 上运行?” - 是的。但是,除非您告诉使用您遇到的特定问题,否则我们无能为力。
-
更新了我的第一篇文章*
标签: windows apache encryption openssl protocols