netty5/handler
Nathan Mittler 1419f5b601 Adding support for Conscrypt (#6271)
Motivation:

Conscrypt is a Java Security provider that wraps OpenSSL (specifically BoringSSL). It's a possible alternative to Netty-tcnative that we should explore. So this commit is just to enable us to further investigate its use.

Modifications:

Modifying the SslContext creation path to support the Conscrypt provider.

Result:

Netty will support OpenSSL with conscrypt.
2017-03-31 13:55:59 -07:00
..
src Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00
pom.xml Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00