netty5/handler/src/test
Norman Maurer ed54ab034d
Correctly clear the error stack in all cases when using ReferenceCountedOpenSslEngine. (#7941)
Motivation:

We missed to correctly clear the error stack in one case when using the ReferenceCountedOpenSslEngine. Because of this it was possible to pick up an error on an unrelated operation.

Modifications:

- Correctly clear the stack
- Add verification of empty error stack to tests.

Result:

Not possible to observe unrelated errors.
2018-05-15 19:44:02 +02:00
..
java/io/netty/handler Correctly clear the error stack in all cases when using ReferenceCountedOpenSslEngine. (#7941) 2018-05-15 19:44:02 +02:00
resources/io/netty/handler/ssl OpenSslEngine should respect hostname verification 2017-02-17 13:21:29 -08:00