summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-11-24 16:08:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-11-24 16:08:20 +0000
commitf830c68f4d205b37ae5e1a0ca732c33b7e8661c6 (patch)
treea47245823ac95abc42fadeb6277850b95aa29d46 /CHANGES
parent6f678c40818bce1132344ea1cf478163e82e1edd (diff)
add "missing" functions to copy EVP_PKEY_METHOD and examine info
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5351f857f..b8e18dc1e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -125,6 +125,9 @@
Changes between 1.0.0b and 1.0.1 [xx XXX xxxx]
+ *) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id.
+ [Steve Henson]
+
*) Add EC_GFp_nistp224_method(), a 64-bit optimized implementation for
elliptic curve NIST-P224 with constant-time single point multiplication on
typical inputs. EC_GROUP_new_by_curve_name() will automatically use this