summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-21 13:43:32 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-21 13:43:32 +0000
commitd6f68a33e728f042b24532dcce0c838df624b43d (patch)
tree567bcf532b6613e3dd97bf5a5e6e85ca77a0262b /NEWS
parent67208b773e30cae794d80d94a59de680b4eb94e8 (diff)
downloadgnutls-d6f68a33e728f042b24532dcce0c838df624b43d.tar.gz
Fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 8e9542d3ce..f7effd2243 100644
--- a/NEWS
+++ b/NEWS
@@ -4,16 +4,16 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
* Version 1.2.9
-- The low-level crypto alternative to libgcrypt used earlier (Nettle)
- has been replaced with crypto code from gnulib. This leads to
- easier re-use of these components in other projects, leading to more
- review and simpler maintenance. The new configure parameter
- --with-builtin-crypto replaces the old --with-nettle, and must be
- used to enable this functionality. See README under "Experimental"
- for more information. Internally, GnuTLS has been updated to use
- the new "Generic Crypto" API in gl/gc.h. The API is similar to the
- old crypto/gc.h, because the gnulib code were based on GnuTLS's
- gc.h.
+- The (experimental) low-level crypto alternative to libgcrypt used
+ earlier (Nettle) has been replaced with crypto code from gnulib.
+ This leads to easier re-use of these components in other projects,
+ leading to more review and simpler maintenance. The new configure
+ parameter --with-builtin-crypto replace the old --with-nettle, and
+ must be used if you wish to enable this functionality. See README
+ under "Experimental" for more information. Internally, GnuTLS has
+ been updated to use the new "Generic Crypto" API in gl/gc.h. The
+ API is similar to the old crypto/gc.h, because the gnulib code were
+ based on GnuTLS's gc.h.
- Fix compiler warning in the "anonself" self test.
- API and ABI modifications:
No changes since last version.