summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-30 14:09:22 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-30 14:55:50 +0200
commit715f3a5506d0bcb2713c194d8c0ac46ec7c09329 (patch)
treeff7012cf2338f7a186f947782d5fe62bc8a3dfd3
parentf7296f52a18acdd016304546a0f7cc2be413aa8f (diff)
downloadgnutls-715f3a5506d0bcb2713c194d8c0ac46ec7c09329.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1af70e7d26..f28e3d126a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ versions of mingw. Patch by Tim Kosse.
** libgnutls: Fix for MD5 downgrade in TLS 1.2 signatures. Reported by
Karthikeyan Bhargavan.
+** libgnutls: Reverted: The gnutls_handshake() process will enforce a timeout
+by default. That caused issues with non-blocking programs.
+
** certtool: It can generate SHA256 key IDs.
** gnutls-cli: fixed crash in --benchmark-ciphers. Reported by James Cloos.
@@ -90,9 +93,6 @@ applications closing all open file descriptors on startup.
** libgnutls: Use pthread_atfork() to detect fork when available.
-** libgnutls: The gnutls_handshake() process will enforce a timeout by
-default.
-
** libgnutls: If a key purpose (extended key usage) is specified for verification,
it is applied into intermediate certificates. The verification result
GNUTLS_CERT_PURPOSE_MISMATCH is also introduced.