netty5/handler/src
Norman Maurer 7bf1ffb2d4 Support session cache for client and server when using native SSLEngine implementation (#10331)
Motivation:

At the moment we don't support session caching for client side when using native SSLEngine implementation and our implementation of SSLSessionContext is incomplete.

Modification:

- Consume netty-tcnative changes to be able to cache session in an external cache
- Add and adjust unit tests to test session caching
- Add an in memory session cache that is hooked into native SSLEngine

Result:

Support session caching on the client and server side
2020-07-14 15:20:44 +02:00
..
main Support session cache for client and server when using native SSLEngine implementation (#10331) 2020-07-14 15:20:44 +02:00
test Support session cache for client and server when using native SSLEngine implementation (#10331) 2020-07-14 15:20:44 +02:00