summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-31 09:14:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-31 09:14:15 +0200
commitab7565ede9adf569acf7d16e2e2a95318d2901c1 (patch)
tree3471853ed0d983bff40531f5fae6cf065406ef53 /NEWS
parent367f54e03a636b94b1a82813f159b54f917d9ac1 (diff)
downloadgnutls-ab7565ede9adf569acf7d16e2e2a95318d2901c1.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa17ab2125..1ada0c72af 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ structures.
"gnutls/system-keys.h". It is currently restricted to windows CNG
keys.
+** libgnutls: priority strings VERS-TLS-ALL and VERS-DTLS-ALL are
+restricted to the corresponding protocols only, and the VERS-ALL
+string is introduced to catch all possible protocols.
+
** libgnutls: SSL 3.0 is no longer included in the default priorities
list. It has to be explicitly enabled, e.g., with a string like
"NORMAL:+VERS-SSL3.0".