]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add in CHANGES for 0.9.7i.
authorRichard Levitte <levitte@openssl.org>
Sat, 15 Oct 2005 04:27:05 +0000 (04:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 15 Oct 2005 04:27:05 +0000 (04:27 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index da148f6a75cdb5afc204ab65eb0b773a62cdc95b..1a08ef924f760f114ce31b26135c037d1259247e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      differing sizes.
      [Richard Levitte]
 
+ 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]
 
   *) Remove the functionality of SSL_OP_MSIE_SSLV2_RSA_PADDING