]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message *** gnutls_0_8_5
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Mar 2003 15:20:42 +0000 (15:20 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Mar 2003 15:20:42 +0000 (15:20 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 5bbeb0de66c1c4ec082dd8cf41f64af596d8195d..47c26fc7410e049ab5e515513e21be3c2c1836cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-Version 0.8.5
-- Allow larger MPI parameters.
+Version 0.8.5 (22/03/2003)
+- Allow larger MPI parameters in certificates.
 - Implemented the counter measure discussed in the paper "Attacking
-  RSA-based Sessions in SSL/TLS", against the attack discussed in the
+  RSA-based Sessions in SSL/TLS", against the attack discribed in the
   same paper.
+- The RSA premaster secret version check can no longer be disabled.
 
 Version 0.8.4 (10/03/2003)
 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
index 9b4f49a76672c97c8066076952d142986fa042fb..ea990b3930f873eb30277514ffe242ec55787adb 100644 (file)
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name])
 dnl Gnutls Version
 GNUTLS_MAJOR_VERSION=0
 GNUTLS_MINOR_VERSION=8
-GNUTLS_MICRO_VERSION=4
+GNUTLS_MICRO_VERSION=5
 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
 
 AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])