summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-16 18:12:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-16 18:12:27 +0200
commit1f648e63e1c216f61710c051f81285c6329087be (patch)
tree66e3abf4b69944c991268a24f61b1279fb526708
parent412819107e248b1d652077853ec2c6c7e410ff34 (diff)
downloadgnutls-1f648e63e1c216f61710c051f81285c6329087be.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ea6ae3b0ca..13e289a083 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,13 @@ 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.
+** 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"
+** libgnutls: Dropped support for the EGD random generator.
+
+** certtool: Added the "add_extension" and "add_critical_extension"
template options. This allows specifying arbitrary extensions into
certificates and certificate requests.