netty5/handler
Scott Mitchell d8e6fbb9c3 OpenSslEngine should respect hostname verification
Motivation:
OpenSSL doesn't automatically verify hostnames and requires extract method calls to enable this feature [1]. We should allow this to be configured.

Modifications:
- SSLParamaters#getEndpointIdentificationAlgorithm() should be respected and configured via tcnative interfaces.

Result:
OpenSslEngine respects hostname verification.

[1] https://wiki.openssl.org/index.php/Hostname_validation
2017-02-17 13:21:29 -08:00
..
src OpenSslEngine should respect hostname verification 2017-02-17 13:21:29 -08:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00