summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-22 14:45:25 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-23 08:49:46 +0200
commit2c104bd2a5dabe5aa1c854a69e6c5c5578638f7b (patch)
tree4b6fb19a07b2c51a532ebe08e10a7d0c9d0f62e9
parent864e8d4e3ba87f53df7bdef695661415ed60a018 (diff)
downloadgnutls-2c104bd2a5dabe5aa1c854a69e6c5c5578638f7b.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 948f3a34e9..0754c261a7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ See the end for copying conditions.
* Version 3.5.13 (unreleased)
+** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
+ aarch64. Resolves gitlab issue #204.
+
** certtool: allow multiple certificates to be used in --p7-sign with
the --load-certificate option. Patch by Karl Tarbe.