netty5/handler/src
Norman Maurer 987c443888
Use ByteBufAllocator used by the ReferenceCountedOpenSslEngine when build key-material. (#7952)
Motivation:

When we build the key-material we should use the ByteBufAllocator used by the ReferenceCountedOpenSslEngine when possible.

Modifications:

Whenever we have access to the ReferenceCountedOpenSslEngine we use its allocator.

Result:

Use correct allocator
2018-05-18 19:36:57 +02:00
..
main/java/io/netty/handler Use ByteBufAllocator used by the ReferenceCountedOpenSslEngine when build key-material. (#7952) 2018-05-18 19:36:57 +02:00
test Add tests for the Conscrypt based SSLEngine. (#7950) 2018-05-18 19:36:40 +02:00