From: Niels Möller Date: Wed, 4 Jun 2014 18:11:33 +0000 (+0200) Subject: NEWS: List des-compat.h as a candidate for removal. X-Git-Tag: nettle_3.0_release_20140607~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df206951759a82a306fe0f3934dbeb1f584cc174;p=thirdparty%2Fnettle.git NEWS: List des-compat.h as a candidate for removal. --- diff --git a/ChangeLog b/ChangeLog index b083bda9..b2243907 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-04 Niels Möller + * 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.