netty5/handler/src
Norman Maurer ab9f0a0fda Remove direct usage of JKS and SunX509
Motivation:

When using netty on android or with for example a IBM JVM it may not be able to build a SslContext as we hardcoded the use of JKS and SunX509 (which both may not be present).

Modifications:

- Use the default algorithm / type which can be override via a System property
- Remove System property check as its redundant with KeyManagerFactory.getDefaultAlgorithm()

Result:

More portable code. Fixes [#7546].
2018-01-03 18:32:18 -08:00
..
main/java/io/netty/handler Remove direct usage of JKS and SunX509 2018-01-03 18:32:18 -08:00
test OpenSslEngine: Remove renegotiation support 2018-01-02 13:00:11 -05:00