summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-28 10:50:42 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-28 10:50:42 +0100
commit65ebc64004cf7a05fc8bd402062dbc1ad1f75e9b (patch)
tree1dea04c9795ccd0cb79931bd3fed27b3cb3b8cfa
parentd7686592a77e0ac30a2d49f5edb94388e16b1ab5 (diff)
downloadgnutls-65ebc64004cf7a05fc8bd402062dbc1ad1f75e9b.tar.gz
doc update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 225c1739c6..3a7f7ebd4b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ extensions.
** libgnutls: Fixed bug in gnutls_x509_trust_list_get_issuer() when used
without the GNUTLS_TL_GET_COPY flag. Reported by David Woodhouse.
+** libgnutls: Removed superfluous random generator refresh on every call
+of gnutls_deinit(). That reduces load and usage of /dev/urandom.
+
** certtool: The default cipher for PKCS #12 structures is 3des-pkcs12.
That option is more compatible than AES or RC4.