aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-28 15:05:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-28 15:05:04 +0000
commitd0595f170c225b918a980f49c5d16ec53545a6ad (patch)
tree113824b5df10b6a23f08061dbfaf9e268218bc10 /CHANGES
parent751e26cb9b5ca46d0db4e7d9b71e215ece496223 (diff)
downloadopenssl-d0595f170c225b918a980f49c5d16ec53545a6ad.zip
openssl-d0595f170c225b918a980f49c5d16ec53545a6ad.tar.gz
openssl-d0595f170c225b918a980f49c5d16ec53545a6ad.tar.bz2
Initial revision of ECC extension handling.
Tidy some code up. Don't allocate a structure to handle ECC extensions when it is used for default values. Make supported curves configurable. Add ctrls to retrieve shared curves: not fully integrated with rest of ECC code yet.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc7636e..12b985a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Enhance and tidy EC curve and point format TLS extension code. Use
+ static structures instead of allocation if default values are used.
+ New ctrls to set curves we wish to support and to retrieve shared curves.
+ Print out shared curves in s_server. New options to s_server and s_client
+ to set list of supported curves.
+ [Steve Henson]
+
*) New ctrls to retrieve supported signature algorithms and
supported curve values as an array of NIDs. Extend openssl utility
to print out received values.