summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2019-10-31 18:36:49 +0000
committernia <nia@NetBSD.org>2019-10-31 19:51:57 +0000
commitc7bbf82a45326b1ef8a12848a432f7741ffd14b0 (patch)
treeaa1b1f417be794ca577d2f0950c3b0dce60b54a5 /NEWS
parent4580d7ccd5ce016a56770c1168ecc530a199d7e3 (diff)
downloadgnutls-c7bbf82a45326b1ef8a12848a432f7741ffd14b0.tar.gz
Add NEWS entry for the NetBSD KERN_ARND change.
Signed-off-by: Nia Alarie <nia@NetBSD.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f46165c62..56edace3aa 100644
--- 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).