summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-09-23 08:50:32 +0000
committerSimon Josefsson <simon@josefsson.org>2005-09-23 08:50:32 +0000
commitd949612e9b19ed1e3aa99dc1dba9205f6fd6f267 (patch)
tree927af4b038d8648a0db1fe3880ae20c395bac3df
parent104218619e7801827393d9fcad7ef80db18627b1 (diff)
downloadgnutls-d949612e9b19ed1e3aa99dc1dba9205f6fd6f267.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e9d8dc67c..c88a816f23 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
* Version 1.2.8
+- If you pass a X.509 CA or PGP trust database to the command line tool,
+ it will now abort the connection if the server certificate validation fails.
+ Use the parameter --insecure to continue even after certificate validation
+ failures.
- The test for socklen_t has been moved to gnulib.
- Link failures for duplicate or missing "program_name" symbol has been fixed.
- The command line tool no longer uses mmap, to make it more portable,