netty5/handler/src
Norman Maurer 795fa8aef1 Throw SignatureException if OpenSslPrivateKeyMethod.* return null to prevent segfault (#9100)
Motivation:

While OpenSslPrivateKeyMethod.* should never return null we should still guard against it to prevent any possible segfault.

Modifications:

- Throw SignatureException if null is returned
- Add unit test

Result:

No segfault when user returns null.
2019-04-29 08:31:56 +02:00
..
main/java/io/netty/handler Throw SignatureException if OpenSslPrivateKeyMethod.* return null to prevent segfault (#9100) 2019-04-29 08:31:56 +02:00
test Throw SignatureException if OpenSslPrivateKeyMethod.* return null to prevent segfault (#9100) 2019-04-29 08:31:56 +02:00