netty5/handler/src
Norman Maurer 9947df4a74
Add test for correctly handling SSLSessionBindingEvent when acting on th… (#8649)
Motivation:

During some other work I noticed we do not have any tests to ensure we correctly use SSLSessionBindingEvent. We should add some testing.

Modifications:

- Added unit test to verify we correctly implement it.
- Ignore the test when using Conscrypt as it not correctly implements it.

Result:

More tests for custom SSL impl.
2018-12-19 12:55:48 +01:00
..
main/java/io/netty/handler SSLSession.putValue / getValue / removeValue / getValueNames must be thread-safe. (#8648) 2018-12-12 07:41:26 +01:00
test Add test for correctly handling SSLSessionBindingEvent when acting on th… (#8649) 2018-12-19 12:55:48 +01:00