summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-29 23:45:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-30 09:07:32 +0100
commite0a4094bb699294e2e5147b06c6807f48b55c74d (patch)
tree57a2b59a988db5220300d6ab7677596476a3884f
parentadf720aebd30386a953078078e8ebd32b6eef2a4 (diff)
downloadgnutls-e0a4094bb699294e2e5147b06c6807f48b55c74d.tar.gz
doc update [ci skip]
-rw-r--r--NEWS14
1 files changed, 10 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 933b3cf6ed..2e3c0097d5 100644
--- a/NEWS
+++ b/NEWS
@@ -18,10 +18,16 @@ See the end for copying conditions.
functions.
** libgnutls: Reverted the change which made the gnutls_certificate_set_*key*
- functions return an index, to avoid affecting programs which explicitly
- check success of the function as equality to zero. In order for these
- functions to return an index an explicit call to gnutls_certificate_set_flags
- with the GNUTLS_CERTIFICATE_API_V2 flag is required.
+ functions return an index (introduced in 3.5.5), to avoid affecting programs
+ which explicitly check success of the function as equality to zero. In order
+ for these functions to return an index an explicit call to gnutls_certificate_set_flags
+ with the GNUTLS_CERTIFICATE_API_V2 flag is now required.
+
+** libgnutls: Reverted the behavior of sending a status request extension even
+ without a response (introduced in 3.5.5). That is, we no longer reply to a
+ client's hello with a status request, with a status request extension. Although
+ that behavior is legal, it creates incompatibility issues with releases in
+ the gnutls 3.3.x branch.
** certtool: --get-dh-params will output parameters from the RFC7919
groups.