summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-06-04 20:11:33 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-06-04 20:11:33 +0200
commitdf206951759a82a306fe0f3934dbeb1f584cc174 (patch)
tree795a86fc3416cbe17d95409054eb7426e3bcfebe
parentabf3870cba401bc797676cdee84fea0091a2a581 (diff)
downloadnettle-df206951759a82a306fe0f3934dbeb1f584cc174.tar.gz
NEWS: List des-compat.h as a candidate for removal.
-rw-r--r--ChangeLog3
-rw-r--r--NEWS7
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b083bda9..b2243907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2014-06-04 Niels Möller <nisse@lysator.liu.se>
+ * NEWS: List des-compat.h as a candidate for removal in the next
+ release.
+
* testsuite/des-compat-test.c (test_main): Fixed out of bounds
memory read, reported by Nikos Mavrogiannopoulos.
diff --git a/NEWS b/NEWS
index a45ea571..f7e46ebf 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,13 @@ NEWS for the Nettle 3.0 release
* Deleted the RSAREF compatibility, including the header file
rsa-compat.h and everything declared therein.
+ * Also under consideration for removal is des-compat.h and
+ everything declared therein. This implements a subset of the
+ old libdes/ssleay/openssl interface for DES and triple-DES,
+ and it is poorly tested. If anyone uses this interface,
+ please speak up! Otherwise, it will likely be removed in the
+ next release.
+
Bug fixes:
* Building with ./configure --disable-static now works.