summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-09 13:41:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:20 +0000
commit5e030525606d365f4f14a384d0b67f1cb38f2c6e (patch)
treeebd54da631e2460d94132fe166ae5665c98fc77a
parent8b8689aefaea14349728e566aa9788c9620393c7 (diff)
add CHANGES and NEWS entry
Todo: update documentation. Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--CHANGES10
-rw-r--r--NEWS1
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ee1731006..1b26b7bb9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
Changes between 1.0.2e and 1.1.0 [xx XXX xxxx]
+ *) New EC_KEY_METHOD, this replaces the older ECDSA_METHOD and ECDH_METHOD
+ and integrates ECDSA and ECDH functionality into EC. Implementations can
+ now redirect key generation and no longer need to convert to or from
+ ECDSA_SIG format.
+
+ Note: the ecdsa.h and ecdh.h headers are now no longer needed and just
+ include the ec.h header file instead.
+
+ [Steve Henson]
+
*) Remove support for all 40 and 56 bit ciphers. This includes all the export
ciphers who are no longer supported and drops support the ephemeral RSA key
exchange. The LOW ciphers currently doesn't have any ciphers in it.
diff --git a/NEWS b/NEWS
index 37ff1a5d78..86a81fa131 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@
o 40 and 56 bit cipher support removed from libssl
o All public header files moved to include/openssl, no more symlinking
o SSL/TLS state machine and record layer rewritten
+ o EC revision: now operations use new EC_KEY_METHOD.
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]