diff --git a/ChangeLog b/ChangeLog index b083bda9ce8719fc0fc5e481d7c1f65b4ec8061f..b22439078d6b782fa61cf6ae44a7a44f2fe3ff80 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 a45ea571f36b9e70287cc40e77f384d5b0c7f669..f7e46ebf549c544da9718e6e3b55f24a198e92de 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.