diff options
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |