netty5/handler
Peter Schulz 75b5b26ba3 [#2718] Added private key decryption to JDK SSL server context.
Motivation:

Currently it is not possible to load an encrypted private key when
creating a JDK based SSL server context.

Modifications:

- Added static method to JdkSslServerContext which handles key spec generation for (encrypted) private keys and make use of it.
-Added tests for creating a SSL server context based on a (encrypted)
private key.

Result:

It is now possible to create a JDK based SSL server context with an
encrypted (password protected) private key.
2014-08-04 14:09:26 +02:00
..
src [#2718] Added private key decryption to JDK SSL server context. 2014-08-04 14:09:26 +02:00
pom.xml Add unified NextProtoNego extension support to SslContext 2014-05-21 17:21:18 +09:00