summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-29 16:19:07 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-29 16:19:07 +0100
commit6d7aaa8a1d03be1564905a96d4d6a31ff3b4d186 (patch)
tree076660ac50933e12a0ecada9f08f588cee9dcc62
parent2fd2d1cb038fcf762fbfdc812b0c912764d9cda7 (diff)
downloadgnutls-6d7aaa8a1d03be1564905a96d4d6a31ff3b4d186.tar.gz
NEWS: documented AES-CFB8 fix [ci skip]
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 28d92cf760..5fae7c573a 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ See the end for copying conditions.
the empty string. This is a behavioral change of the API but it conforms
to the RFC4648 expectations (#834).
+** libgnutls: Fixed AES-CFB8 implementation, when input is shorter than
+ the block size. Fix backported from nettle.
+
** certtool: CRL distribution points will be set in CA certificates even when
non self-signed (#765).