summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-15 15:31:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-15 15:53:10 +0200
commit6bc896b9e2069ae88c4bb39b94fb2cefdc552b65 (patch)
treef9f3a61e4e348f4da5571d32c35531e028663bef
parent408cfd7a3afba0c5a2310c5cbcee581f57d9248c (diff)
downloadgnutls-6bc896b9e2069ae88c4bb39b94fb2cefdc552b65.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d91128ffb7..ea6ae3b0ca 100644
--- 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.