]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Sun, 15 Aug 2004 22:31:49 +0000 (22:31 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 15 Aug 2004 22:31:49 +0000 (22:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3373309546dd3f78c1a5cbf4a1dc644204b1a427..0f3e5f7bbf659f181e9f7bd5bf455487c231fd65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Version 1.1.17
-- Initiated move from Libgcrypt to generic crypto API.
-  However, currently only Libgcrypt is supported, and only the
-  encryption/decryption calls go through generic API.
+- Initiated move from Libgcrypt to generic crypto API, with fallback on Nettle.
+  Currently Libgcrypt is still required.  If you specify --with-nettle,
+  Nettle will be used for encryption/decryption functions.
 - Removed length limit on passwords read by 'certtool'.
 - Documentation fixes.