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