summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-03-30 04:44:56 +0200
committerBodo Möller <bodo@openssl.org>2006-03-30 04:44:56 +0200
commit332737217a9b8eb07d53634ae72b0e2e9ec9b8c6 (patch)
tree2715bf871acf3b2947c4c71d5f8c337b82b1ec68 /CHANGES
parentChange default curve (for compatibility with a (diff)
downloadopenssl-332737217a9b8eb07d53634ae72b0e2e9ec9b8c6.tar.xz
openssl-332737217a9b8eb07d53634ae72b0e2e9ec9b8c6.zip
Implement Supported Elliptic Curves Extension.
Submitted by: Douglas Stebila
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b33ec32743..462befa49f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
+ *) Implement the Supported Elliptic Curves Extension for
+ ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
+ [Douglas Stebila]
+
*) Don't free up OIDs in OBJ_cleanup() if they are in use by EVP_MD or
EVP_CIPHER structures to avoid later problems in EVP_cleanup().
[Steve Henson]