a208f6dc7c
Motivation: When a X509TrustManager is used while configure the SslContext the JDK automatically does some extra checks during validation of provided certs by the remote peer. We should do the same when our native implementation is used. Modification: - Automatically wrap a X509TrustManager and so do the same validations as the JDK does. - Add unit tests. Result: More consistent behaviour. Fixes https://github.com/netty/netty/issues/6664. |
||
---|---|---|
.. | ||
src | ||
pom.xml |