aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-15 14:11:34 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-15 15:03:11 +0100
commitd1da335c5514f9ba8b5115faab208a8046a5bc56 (patch)
treec3c2249eb951fe49531fcfd5d8d0155eed416d96 /CHANGES
parent89b06ca7b0b08d31ac48275d1376a7046dd75f55 (diff)
downloadopenssl-d1da335c5514f9ba8b5115faab208a8046a5bc56.tar.gz
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)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f25c206cb7..9c6e897b90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
+ *) Add EC_KEY_get0_engine(), which does for EC_KEY what RSA_get0_engine()
+ does for RSA, etc.
+ [Richard Levitte]
+
*) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
platform rather than 'mingw'.
[Richard Levitte]