netty5/handler/src/main/java/io/netty/handler/ssl/util
SplotyCode d3a13a0d6a Allow to specify KeyStore type in SslContext (#9003)
Motivation:

As brought up in https://github.com/netty/netty/issues/8998, JKS can be substantially faster than pkcs12, JDK's new default. Without an option to set the KeyStore type you must change the configuration of the entire JVM which is impractical.

Modification:

- Allow to specify KeyStore type
- Add test case

Result:

Fixes https://github.com/netty/netty/issues/8998.
2019-05-10 07:51:20 +02:00
..
BouncyCastleSelfSignedCertGenerator.java SelfSignedCertificate configurable valid dates 2015-09-23 17:04:05 -07:00
FingerprintTrustManagerFactory.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
InsecureTrustManagerFactory.java Check if Log level is enabled before creating log statements (#8022) 2018-06-13 23:21:53 -07:00
OpenJdkSelfSignedCertGenerator.java Replaced obsolete cryptographic primitive with a modern/secure one. (#8450) 2018-11-02 07:20:54 +01:00
package-info.java Add an OpenSslEngine and the universal API for enabling SSL 2014-05-18 02:54:06 +09:00
SelfSignedCertificate.java Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:51:20 +02:00
SimpleTrustManagerFactory.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
ThreadLocalInsecureRandom.java Java 8 migration. Remove ThreadLocalProvider and inline java.util.concurrent.ThreadLocalRandom.current() where necessary. (#8762) 2019-01-22 20:14:28 +01:00
X509TrustManagerWrapper.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00