]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 15 Jul 2016 13:31:16 +0000 (15:31 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 15 Jul 2016 13:53:10 +0000 (15:53 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d91128ffb79441bd9d6b31b05403a2b90fadc6e1..ea6ae3b0ca4677c03788ed6519659e62ebef5923 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ See the end for copying conditions.
    window implementation. Based on Fridolin Pokorny's implementation for
    AF_KTLS.
 
+** libgnutls: use getrandom where available via the syscall interface.
+   This works around an issue of not-using getrandom even if it exists
+   since glibc doesn't declare such function.
+
 ** certtool: added the "add_extension" and "add_critical_extension"
    template options. This allows specifying arbitrary extensions into
    certificates and certificate requests.