summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-22 15:20:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-22 15:20:53 +0000
commit20b431e3a94e57b916d7e1325217c3a2a6a186a0 (patch)
treea123d8a3ec30025a4b97edabdb86eb065fbcc59e /CHANGES
parente83aefb3a0c645c77849f889bc166935b2cc935c (diff)
Add support for printing out and retrieving EC point formats extension.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 534b9481e9..cb42f9d3b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) New ctrl and macro to retrieve supported points extensions.
+ Print out extension in s_server.
+ [Steve Henson]
+
*) New function ASN1_TIME_diff to calculate the difference between two
ASN1_TIME structures or one structure and the current time.
[Steve Henson]