netty5/handler
Scott Mitchell a2304287a1 SslContext to support TLS/SSL protocols
Motivation:
SslContext and SslContextBuilder do not support a way to specify the desired TLS protocols. This currently requires that the user extracts the SSLEngine once a context is built and manually call SSLEngine#setEnabledProtocols(String[]). Something this critical should be supported at the SslContext level.

Modifications:
- SslContextBuilder should accept a list of protocols to configure for each SslEngine

Result:
SslContext consistently sets the supported TLS/SSL protocols.
2017-03-08 09:24:59 -08:00
..
src SslContext to support TLS/SSL protocols 2017-03-08 09:24:59 -08:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00