netty5/handler/src
Norman Maurer 20d4fda55e
Return the correct pointer from ReferenceCountedOpenSslContext.context() and sslCtxPointer() (#8562)
Motivation:

We did not return the pointer to SSL_CTX put to the internal datastructure of tcnative.

Modifications:

Return the correct pointer.

Result:

Methods work as documented in the javadocs.
2018-11-16 07:37:57 +01:00
..
main/java/io/netty/handler Return the correct pointer from ReferenceCountedOpenSslContext.context() and sslCtxPointer() (#8562) 2018-11-16 07:37:57 +01:00
test Correctly convert supported signature algorithms when using BoringSSL (#8481) 2018-11-14 19:23:11 +01:00