From: Simon Josefsson Date: Sun, 15 Aug 2004 22:31:49 +0000 (+0000) Subject: Fix. X-Git-Tag: gnutls_1_0_20~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc32057cb4bea69934e1f30871d398b754dc9a1;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/NEWS b/NEWS index 3373309546..0f3e5f7bbf 100644 --- 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.