summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-28 15:05:17 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-11-28 15:06:34 +0100
commit8183854917d100a9475d854cdb0f7c0a931ccd4d (patch)
tree5be5af85156c74922f9896b4abe4c7d87ab3880f /NEWS
parent94a4d8af92d4f4ee9c97d3559bf2d4c452c71269 (diff)
downloadgnutls-8183854917d100a9475d854cdb0f7c0a931ccd4d.tar.gz
gnutls_base64_decode2() succeeds decoding the empty string
This is a behavioral change of the API but it conforms to the RFC4648 expectations. Resolves: #834 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56866cf24f..cba38c9c43 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ See the end for copying conditions.
** libgnutls: Corrected issue with TLS 1.2 session ticket handling as client
during resumption (#841).
+** libgnutls: gnutls_base64_decode2() succeeds decoding the empty string to
+ the empty string. This is a behavioral change of the API but it conforms
+ to the RFC4648 expectations (#834).
+
** certtool: CRL distribution points will be set in CA certificates even when
non self-signed (#765).