-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(),
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])