netty5/handler/src
Norman Maurer 3e24e9f6ff
ReferenceCountedOpenSslEngines SSLSession must provide local certific… (#8918)
Motivation:

The SSLSession that is returned by SSLEngine.getHandshakeSession() must be able to provide the local certificates when the TrustManager is invoked on the server-side.

Modifications:

- Correctly return the local certificates
- Add unit test

Result:

Be able to obtain local certificates from handshake SSLSession during verification on the server side.
2019-03-08 06:47:28 +01:00
..
main/java/io/netty/handler ReferenceCountedOpenSslEngines SSLSession must provide local certific… (#8918) 2019-03-08 06:47:28 +01:00
test ReferenceCountedOpenSslEngines SSLSession must provide local certific… (#8918) 2019-03-08 06:47:28 +01:00