795fa8aef1
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.