netty5/handler/src/main/java/io
Norman Maurer 8a1c7f2ca6 Allow to enable/disable protocols on the OpenSslEngine
Motivation:

To be compatible with SSLEngine we need to support enable / disable procols on the OpenSslEngine

Modifications:

Implement OpenSslEngine.getSupportedProtocols() , getEnabledProtocols() and setEnabledProtocols(...)

Result:

Better compability with SSLEngine
2014-12-26 09:34:21 +01:00
..
netty/handler Allow to enable/disable protocols on the OpenSslEngine 2014-12-26 09:34:21 +01:00