netty5/handler
Scott Mitchell 10d9f82f14 Remove duplicate call to SSLContext.setVerify from ReferenceCountedOpenSslServerContext
Motivation:
5e64985089 introduced support for the KeyManagerFactory while using OpenSSL. This same commit also introduced 2 calls to SSLContext.setVerify when 1 should be sufficient.

Modifications:
- Remove the duplicate call to SSLContext.setVerify

Result:
Less duplicate code in ReferenceCountedOpenSslServerContext.
2017-03-08 13:56:12 -08:00
..
src Remove duplicate call to SSLContext.setVerify from ReferenceCountedOpenSslServerContext 2017-03-08 13:56:12 -08:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00