summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-10-15 04:26:57 +0000
committerRichard Levitte <levitte@openssl.org>2005-10-15 04:26:57 +0000
commit89ec4332ec69d5c69ffd16dd524677cbd78462c0 (patch)
treeab98697e514f458feafdbf44b0e2d8055d8cc238 /CHANGES
parent34736de4c04ff3efbdd47090abfa0747ac0209c7 (diff)
Add in CHANGES for 0.9.7i.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d633f09c62..bca36c97ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -901,6 +901,15 @@
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