netty5/handler/src
Norman Maurer 57862b5771 Throw exception if KeyManagerFactory is used with OpenSslServerContext
Motivation:

We currently not supported using KeyManagerFactory with OpenSslServerContext and so should throw an exception if the user tries to do so. This will at least not give suprising and hard to debug problems later.

Modifications:

Throw exception if a user tries to construct a OpenSslServerContext with a KeyManagerFactory

Result:

Fail fast if the user tries to use something that is not supported.
2015-12-17 08:01:36 +01:00
..
main/java/io/netty/handler Throw exception if KeyManagerFactory is used with OpenSslServerContext 2015-12-17 08:01:36 +01:00
test Update JDK SSL Tests to use SSL Context Builder. 2015-12-04 11:10:12 -08:00