summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.