summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-22 15:20:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-22 15:20:42 +0000
commit2409b5841516a9d75814513d3831a66b23664fc3 (patch)
treeed16845d6b70072f934262eb3e58f1bd40cc8bee
parentfef913750a62b4fe6529913d823abc8283b40c13 (diff)
downloadgnutls_0_8_5.tar.gz
*** empty log message ***gnutls_0_8_5
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5bbeb0de66..47c26fc741 100644
--- 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(),
diff --git a/configure.in b/configure.in
index 9b4f49a766..ea990b3930 100644
--- a/configure.in
+++ b/configure.in
@@ -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])