netty5/handler/src
Norman Maurer 2818730092
OpenSSL (and so netty-tcnative) should allow to use custom engine. (#8050)
Motivation:

OpenSSL allows to use a custom engine for its cryptographic operations. We should allow the user to make use of it if needed.

See also: https://www.openssl.org/docs/man1.0.2/crypto/engine.html.

Modifications:

Add new system property which can be used to specify the engine to use (null is the default and will use the build in default impl).

Result:

More flexible way of using OpenSSL.
2018-06-28 08:13:52 +02:00
..
main/java/io/netty/handler OpenSSL (and so netty-tcnative) should allow to use custom engine. (#8050) 2018-06-28 08:13:52 +02:00
test Allow to cache keymaterial when using OpenSSL 2018-06-24 07:36:27 +02:00