diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-01-13 22:42:17 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-01-13 22:42:17 +0000 |
commit | 0ddd79afb47149cd49690b3a89b9a8ca79acd29b (patch) | |
tree | 31d489b262728869db18fc9aa35d77c1d1caae24 /NEWS | |
parent | 6dbe291c8d264ee90d16331b80b1743c2de52a15 (diff) | |
parent | 454eb184f0c2255a9d33fbdd096906b8e18ef582 (diff) | |
download | gnutls-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |