netty5/handler
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
..
src Fix NPE exception when using invalid cipher during building SslContext. (#8171) 2018-08-02 21:42:21 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-07-27 04:59:28 +00:00