summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Sosedkin <asosedkin@redhat.com>2022-09-21 14:26:55 +0200
committerAlexander Sosedkin <asosedkin@redhat.com>2022-09-27 13:00:47 +0200
commit516e69d31621007293aa46f6c1052df813085294 (patch)
tree7bc99a0341d32a25012e757277e59b29cc08c3df /NEWS
parentc67d33667aedf539999637d628041a6421361400 (diff)
downloadgnutls-516e69d31621007293aa46f6c1052df813085294.tar.gz
NEWS: add an entry for allowlisting-relaxing functions restriction
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4595555829..49a9686c4d 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,16 @@ See the end for copying conditions.
master secret extension is negotiated). Otherwise the function now
returns error.
+** libgnutls: usage the following functions, designed to loosen restrictions
+ imposed by allowlisting mode of configuration,
+ has been additionally restricted;
+ invoking them is now only allowed if system-wide TLS priority string
+ has not been initialized yet:
+gnutls_digest_set_secure
+gnutls_sign_set_secure
+gnutls_sign_set_secure_for_certs
+gnutls_protocol_set_enabled
+
* Version 3.7.7 (released 2022-07-28)
** libgnutls: Fixed double free during verification of pkcs7 signatures.