Add EC_KEY_get0_engine()
authorRichard Levitte <levitte@openssl.org>
Wed, 15 Mar 2017 13:11:34 +0000 (14:11 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Mar 2017 14:03:11 +0000 (15:03 +0100)
commitd1da335c5514f9ba8b5115faab208a8046a5bc56
treec3c2249eb951fe49531fcfd5d8d0155eed416d96
parent89b06ca7b0b08d31ac48275d1376a7046dd75f55
Add EC_KEY_get0_engine()

Just as for DH, DSA and RSA, this gives the engine associated with the
key.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2960)
CHANGES
crypto/ec/ec_key.c
doc/man3/EC_KEY_new.pod
include/openssl/ec.h