netty5/handler/src
Norman Maurer 21cb040aef Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation. (#8949)
Motivation:

When the verification of the server cert fails because of the used TrustManager on the client-side we need to ensure we produce the correct alert and send it to the remote peer before closing the connection.

Modifications:

- Use the correct verification mode on the client-side by default.
- Update tests

Result:

Fixes https://github.com/netty/netty/issues/8942.
2019-03-18 18:51:35 +01:00
..
main/java/io/netty/handler Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation. (#8949) 2019-03-18 18:51:35 +01:00
test Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation. (#8949) 2019-03-18 18:51:35 +01:00