]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add NEWS entry for the NetBSD KERN_ARND change.
authornia <nia@NetBSD.org>
Thu, 31 Oct 2019 18:36:49 +0000 (18:36 +0000)
committernia <nia@NetBSD.org>
Thu, 31 Oct 2019 19:51:57 +0000 (19:51 +0000)
Signed-off-by: Nia Alarie <nia@NetBSD.org>
NEWS

diff --git a/NEWS b/NEWS
index 8f46165c62a91d00e512c0363cb3c00b2106a4ab..56edace3aadb7f357c069282431b31a910dc0891 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ See the end for copying conditions.
 
 * Version 3.6.11 (unreleased)
 
+** nettle: Use KERN_ARND for the system random number generator on NetBSD.
+   This syscall provides an endless stream of random numbers from the kernel's
+   ChaCha20-based random number generator, without blocking or requiring an open file
+   descriptor.
+
 ** libgnutls: Corrected issue with TLS 1.2 session ticket handling as client
    during resumption (#841).