Windows 在 OpenSSL 中实施 ChaCha20-Poly1305?
Implement ChaCha20-Poly1305 in OpenSSL on Windows?
我想在 Windows
上使用 mod_ssl 在我的 Apache2.4.10 中实现 CHACHA20-POLY1305
-Cipher
我在 Win64 上使用 Apache mod_ssl
和 OpenSSL 库 1.0.2d
LibreSSL-Extension
。因此,当我现在将命令 version
键入 openssl.exe 时,它会显示 LibreSSL v2.1.6。 OpenSSL 和 LibreSSL 的库位于 apache 的 bin
文件夹中。
问题是 openssl 现在知道 CHACHA20-POLY1305
-Cipher 但 Apache 及其 mod_ssl 仍然只能从 OpenSSL 本身访问旧库 libeay32.dll
而不是新实现的 LibreSSL 库libssl-32.dll
那么我如何需要 patch/configure/modify Apache (mod_ssl) 访问包含 CHACHA20-POLY1305
-Ciphers 的 LibreSSL 库?
谢谢。
您需要等待 OpenSSL 支持 ChaCha20:
https://www.openssl.org/policies/roadmap.html#forthcoming
我想在 Windows
上使用 mod_ssl 在我的 Apache2.4.10 中实现CHACHA20-POLY1305
-Cipher
我在 Win64 上使用 Apache mod_ssl
和 OpenSSL 库 1.0.2d
LibreSSL-Extension
。因此,当我现在将命令 version
键入 openssl.exe 时,它会显示 LibreSSL v2.1.6。 OpenSSL 和 LibreSSL 的库位于 apache 的 bin
文件夹中。
问题是 openssl 现在知道 CHACHA20-POLY1305
-Cipher 但 Apache 及其 mod_ssl 仍然只能从 OpenSSL 本身访问旧库 libeay32.dll
而不是新实现的 LibreSSL 库libssl-32.dll
那么我如何需要 patch/configure/modify Apache (mod_ssl) 访问包含 CHACHA20-POLY1305
-Ciphers 的 LibreSSL 库?
谢谢。
您需要等待 OpenSSL 支持 ChaCha20: https://www.openssl.org/policies/roadmap.html#forthcoming