summaryrefslogtreecommitdiffstatsabout
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2007-12-02 16:17:54 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2007-12-02 16:17:54 (GMT)
commitea470be2a191d7f1d713f64cc64f44f905999c03 (patch)
tree9733d13336bb367846a3f1bf1d16b59ea2a16820 /NEWS
parentaf4998ee9772aa7950e8d7c296ed6f8dc57d8bbb (diff)
The compatibility mode can now be enabled only using the GnuTLSPriorities string.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30f67e4..5d67da5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,4 +4,7 @@
4Only one per certificate is supported. 4Only one per certificate is supported.
5 5
6- New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, 6- New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%,
7SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE \ No newline at end of file 7SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE
8
9- The compatibility mode can now be enabled explicitely with the
10%COMPAT keyword at the GnuTLSPriorities string. It is no longer the default.