netty5/handler
Norman Maurer 43a2315372 Skip SSLEngineTests that depend on KeyManagerFactory when this is not supported by the openssl version.
Motivation:

Some version of openssl dont support the needed APIs to use a KeyManagerFactory. In this case we should skip the tests.

Modifications:

- Use assumeTrue(...) to skip tests that need a KeyManagerFactory and its not supported.

Result:

Tests pass on all openssl versions we support.
2017-02-15 19:17:43 +01:00
..
src Skip SSLEngineTests that depend on KeyManagerFactory when this is not supported by the openssl version. 2017-02-15 19:17:43 +01:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00