summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-13 22:42:17 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-13 22:42:17 +0000
commit0ddd79afb47149cd49690b3a89b9a8ca79acd29b (patch)
tree31d489b262728869db18fc9aa35d77c1d1caae24 /NEWS
parent6dbe291c8d264ee90d16331b80b1743c2de52a15 (diff)
parent454eb184f0c2255a9d33fbdd096906b8e18ef582 (diff)
downloadgnutls-0ddd79afb47149cd49690b3a89b9a8ca79acd29b.tar.gz
Merge branch 'override-default-priority' into 'master'
libgnutls: Add system-wide default-priority-string override. See merge request gnutls/gnutls!1158
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index accd32daf9..68a36e7ec1 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,9 @@ See the end for copying conditions.
to accepting it. This addresses the problem of accepting CAs which would
have been marked as insecure otherwise (#877).
+** libgnutls: The default-priority-string added to system configuration
+ to allow overriding compiled-in default-priority-string.
+
** certtool: Added the --verify-profile option to set a certificate
verification profile. Use '--verify-profile low' for certificate verification
to apply the 'NORMAL' verification profile.