netty5/handler/src
Norman Maurer 325cc84a2e Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine
Motivation:

We not support all SSLParameters settings so we should better throw if a user try to use them.

Modifications:

- Check for unsupported parameters
- Add unit test

Result:

Less surprising behavior.
2017-02-23 20:00:40 +01:00
..
main/java/io/netty/handler Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine 2017-02-23 20:00:40 +01:00
test Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine 2017-02-23 20:00:40 +01:00