summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-23 15:18:40 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-23 15:27:06 +0200
commit5b031069558c473d12c500bf54446fb67e23bd8c (patch)
tree78646348d1f2a313b345e1e97dcb629e95189e12
parent619d0c3232af45ba46864e7e96176dc096e78592 (diff)
downloadgnutls-5b031069558c473d12c500bf54446fb67e23bd8c.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b690f078a3..d00d493ff0 100644
--- a/NEWS
+++ b/NEWS
@@ -37,12 +37,17 @@ Version 2.12.24 (unreleased)
** libgnutls: Removed support for EXPORT ciphersuites. The EXPORT priority
string becomes an alias to NORMAL.
+** libgnutls: Disabled random padding in the TLS protocol to improve compatibility
+ with various broken servers.
+
** libgnutls: ARCFOUR-128 was prioritized lower than any other cipher. Was
removed from the algorithms when the SECURE priority string is specified.
** libgnutls: Do not call the post client hello callback twice when resuming
using session tickets.
+** libgnutls: Do not link with libpthread unless necessary.
+
** API and ABI modifications:
No changes since last version.