summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-16 16:15:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-16 16:15:59 +0000
commit9ca7047d7141f58b4a4c9e1cdfc0d49301358095 (patch)
tree8986a8cb837bd35d38f948c130b9630ad4128153 /CHANGES
parentba3b2f153815341ef9a0eab1bb8e394bc797a196 (diff)
Provisional support for EC pkey method, supporting ECDH and ECDSA.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dd272bdef9..90fd84834b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
+ *) Add provisional EC pkey method with support for ECDSA and ECDH.
+ [Steve Henson]
+
*) Add support for key derivation (agreement) in the API, DH method and
pkeyutl.
[Steve Henson]