netty5/handler/src/test/java/io/netty
Norman Maurer 44d3753c48
Fix NPE exception when using invalid cipher during building SslContext. (#8171)
Motivation:

We missed to do a null check before trying to destroy the OpenSslSessionContext, which could lead to a NPE.

Modifications:

Add null check and tests.

Result:

Fix https://github.com/netty/netty/issues/8170.
2018-08-02 21:42:21 +02:00
..
handler Fix NPE exception when using invalid cipher during building SslContext. (#8171) 2018-08-02 21:42:21 +02:00