]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Mention deletion of des-compat.h in NEWS
authorNiels Möller <nisse@lysator.liu.se>
Wed, 15 May 2019 09:30:55 +0000 (11:30 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 15 May 2019 09:30:55 +0000 (11:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8a9ea1ddd52dc1b81bb42dda1e20b8bc1eb46ee1..56d361eacd853d426debb4d699cb703aa4efc6bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -56,11 +56,17 @@ NEWS for the Nettle 3.5 release
          of Chacha, where possible. Contributed by Yuriy M.
          Kaminskiy.
 
-       Deprecations:
+       Deleted features:
 
-       * Functions using the old struct aes_context have been marked
-         as deprecated. Use the fixed key size interface instead,
-         e.g., struct aes256_ctx, introduced in Nettle-3.0.
+       * The header file des-compat.h and everything declared therein
+         has been deleted, as announced earlier. This file provided a
+         subset of the old libdes/ssleay/openssl interface for DES
+         and triple-DES. DES is still supported, via the functions
+         declared in des.h.
+
+       * Functions using the old struct aes_ctx have been marked as
+         deprecated. Use the fixed key size interface instead, e.g.,
+         struct aes256_ctx, introduced in Nettle-3.0.
 
        Miscellaneous: