From c8676784ffeb2310fc8e35778e4335b135e596ec Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 28 Aug 2013 12:15:11 +0200
Subject: [PATCH] Amended ChangeLog for ECDSA-ciphersuites
---
ChangeLog | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 36c17795a..549e43659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Features
* Elliptic Curve Diffie Hellman module added
* Ephemeral Elliptic Curve Diffie Hellman support for SSL/TLS
(ECDHE-based ciphersuites)
+ * Ephemeral Elliptic Curve Digital Signature Algorithm support for SSL/TLS
+ (ECDSA-based ciphersuites)
* Ability to specify allowed ciphersuites based on the protocol version.
* PSK and DHE-PSK based ciphersuites added
* Memory allocation abstraction layer added