From: Nikos Mavrogiannopoulos Date: Fri, 15 Jul 2016 13:31:16 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_5_3~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bc896b9e2069ae88c4bb39b94fb2cefdc552b65;p=thirdparty%2Fgnutls.git doc update --- 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.