netty5/handler/src
Norman Maurer 6ed7c6c75d
Return an ExtendSSLSession whenever possible to allow more strict checking when using OpenSSL (#8281)
Motivation:

When an ExtendedSSLSession is used its possible to do more strict checking of the keys during handshake. We should do this whenever possible.

Modification:

- Return an ExtendedSSLSession when using client-mode and Java7+
- Add unit test
- Simplify unit tests

Result:

More consistent behaviour.
2018-09-14 14:33:11 +02:00
..
main/java/io/netty/handler Return an ExtendSSLSession whenever possible to allow more strict checking when using OpenSSL (#8281) 2018-09-14 14:33:11 +02:00
test Return an ExtendSSLSession whenever possible to allow more strict checking when using OpenSSL (#8281) 2018-09-14 14:33:11 +02:00