summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-08-02 13:10:10 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-08-02 13:10:10 +0000
commit376cfc40c5c01f88fb61e3ab19d04e98f841e9f8 (patch)
tree9983c24c8e4f71dba0c85e7664ef3625c52a4ccd
parent6ce485da03986b24b33218981cf279a72577136e (diff)
downloadgnutls_1_1_12.tar.gz
*** empty log message ***gnutls_1_1_12
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 355f276d2b..106ed9d34a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.1.12
+Version 1.1.12 (02/08/2004)
- Updated the SRP authentication to conform to the
latest (yet unreleased) draft. Unfortunately this breaks
compatibility with previous versions.
@@ -7,6 +7,7 @@ Version 1.1.12
- Added some default limits in the verification of certificate
chains, to avoid denial of service attacks. Also added
gnutls_certificate_set_verify_limits() to override them.
+ Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
- Added gnutls_certificate_verify_peers2().
Version 1.1.11 (16/07/2004)