netty5/handler/src
Norman Maurer fd57d971d1
Override and so delegate all methods in OpenSslX509Certificate (#8472)
Motivation:

We did not override all methods in OpenSslX509Certificate and delegate to the internal 509Certificate.

Modifications:

Add missing overrides.

Result:

More correct implementation
2018-11-07 12:16:04 +01:00
..
main/java/io/netty/handler Override and so delegate all methods in OpenSslX509Certificate (#8472) 2018-11-07 12:16:04 +01:00
test Don't double release ByteBuf when parsing of the X509Certificate fails (#8457) 2018-11-02 17:08:53 +01:00