netty5/handler/src
Norman Maurer 7f0ce5889e Respect ClientAuth set via OpenSslEngine constructor
Motivation:

When ClientAuth is set via SslContextBuilder we pass it into the OpenSslEngine constructor. Due a bug we missed to call the correct native methods and so never enabled ClientAuth in this case.

Modifications:

Correctly call setClientAuth(...) in the constructor if needed.

Result:

client auth also works when configured via the SslContextBuilder and OPENSSL is used.
2015-12-16 15:39:20 +01:00
..
main/java/io/netty/handler Respect ClientAuth set via OpenSslEngine constructor 2015-12-16 15:39:20 +01:00
test Update JDK SSL Tests to use SSL Context Builder. 2015-12-04 11:10:12 -08:00