summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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).