BakaChinatsu / lnmp-chacha20

12 stars 0 forks source link

需要增加对apache的支持 #12

Closed mikelei8291 closed 8 years ago

mikelei8291 commented 8 years ago

Apache哭啦

BakaChinatsu commented 8 years ago

诶,Apache支持CHACHA20了么?

mikelei8291 commented 8 years ago

诶?Apache原来不支持CHACHA20啊。。

mikelei8291 commented 8 years ago

好像是支持的啊?

BakaChinatsu commented 8 years ago

在Apache下,LibreSSL会导致 modssl 出错,所以如果想在Apache下实现CHACHA20的话只能使用openssl 的 aead 分支,但这个分支并不适合在生产环境中使用(:3」∠)_

http://stackoverflow.com/questions/31368436/implement-chacha20-poly1305-in-openssl-on-windows

https://www.futures.moe/writings/chacha20-poly1305.htm

https://www.v2ex.com/t/174625

mikelei8291 commented 8 years ago

好,那就等OpenSSL更新再说吧