From deab8d939291a7a4c6c66d60409e55a4e6357b19 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 14 Oct 2005 22:15:53 +0000 Subject: [PATCH] Time for release of 0.9.7i. The tag will be OpenSSL_0_9_7i --- CHANGES | 9 ++++++++- FAQ | 2 +- NEWS | 4 ++++ README | 2 +- STATUS | 3 ++- crypto/bn/Makefile | 2 ++ crypto/opensslv.h | 6 +++--- fips/dsa/Makefile | 1 + fips/rand/Makefile | 1 + fips/rsa/Makefile | 34 ++++++++++++++++++++++++++++++++++ fips/sha/Makefile | 3 +-- openssl.spec | 2 +- test/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 13 files changed, 97 insertions(+), 10 deletions(-) diff --git a/CHANGES b/CHANGES index 9946c4f45c..a60f7fef62 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,14 @@ OpenSSL CHANGES _______________ - Changes between 0.9.7h and 0.9.7i [XX xxx XXXX] + Changes between 0.9.7h and 0.9.7i [14 Oct 2005] + + *) Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS. + The value now differs depending on if you build for FIPS or not. + BEWARE! A program linked with a shared FIPSed libcrypto can't be + safely run with a non-FIPSed libcrypto, as it may crash because of + the difference induced by this change. + [Andy Polyakov] Changes between 0.9.7g and 0.9.7h [11 Oct 2005] diff --git a/FAQ b/FAQ index 1a817350df..bc1ebbd850 100644 --- a/FAQ +++ b/FAQ @@ -70,7 +70,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.7h was released on October 11, 2005. +OpenSSL 0.9.7i was released on October 14, 2005. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at