summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-16 20:40:52 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-16 20:40:52 +0000
commitf63bd9e268bdda1ac29d8420b0cecb13b092ec73 (patch)
tree3f495d5272a7ca0c061f5ccc65c0a5d94e0d99cd
parent9d831f7e91fdfb8ecca0b7fe028e5153c630f144 (diff)
downloadgnutls-f63bd9e268bdda1ac29d8420b0cecb13b092ec73.tar.gz
Fix.
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ee4f630ddc..a708336bfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
Version 1.1.17
- 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. Nettle is included
- with GnuTLS. The goal here is to make GnuTLS build standalone, in case
- Libgcrypt is not available, but also to allow other crypto libraries to be
- used easily.
+ If you specify --with-nettle, Nettle will be used for encryption,
+ decryption, and hashing. Furthermore, gathering randomness will read
+ system device files (e.g., /dev/urandom) directly.
+ A copy of Nettle is included with GnuTLS. The goal here is to make
+ GnuTLS build standalone, in case Libgcrypt is not available, but
+ also to allow easy use of other crypto libraries or crypto hardware.
- Removed length limit on passwords read by 'certtool'.
- Documentation fixes.