summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-13 11:12:09 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-13 11:12:09 +0100
commit87c569c75a4cd79483fd6a963be4a2ce4ef54c48 (patch)
tree21c084f7a1fa760d5c90ef3f6b94baee13e92904 /NEWS
parentef44477127952c13e93d7ea88f7b549bf36602f5 (diff)
downloadgnutls-87c569c75a4cd79483fd6a963be4a2ce4ef54c48.tar.gz
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bc1acfd04..56a90dd260 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,14 @@ See the end for copying conditions.
** libgnutls: Added the 8192-bit parameters of SRP to the accepted parameters
for SRP authentication.
+** libgnutls: Addressed issue in the accelerated code affecting interoperability
+ with versions of nettle >= 3.4.
+
+** libgnutls: Addressed issue in the AES-GCM acceleration under aarch64.
+
+** libgnutls: Addressed issue in the AES-CBC acceleration under ssse3 (patch by
+ Vitezslav Cizek).
+
** srptool: the --create-conf option no longer includes 1024-bit parameters.
** p11tool: Fixed the deletion of objects in batch mode.