Switch to BoringSSL? #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BoringSSL is Google's fork of OpenSSL 1.0.2 which cleans up some code and adds new cipher suites like
ECDHE-RSA-CHACHA20-POLY1305
. There are no binary builds for BoringSSL and nginx also has to be built specifically to support this...A few guides:
43e7b9115d/install.sh
From a blog post about BoringSSL, Adam Langley says you probably don't want BoringSSL: