summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-04-21 13:24:58 +0000
committerBen Laurie <ben@openssl.org>1999-04-21 13:24:58 +0000
commit4997138a0687f0468e3ca70a81ad80a3ee864ffd (patch)
tree3b30f387f5be83100b9328e988f37e5c5500e184 /CHANGES
parent95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea (diff)
Fix DES export ciphersuites.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index daebe649e6..602165cd49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,12 +5,17 @@
Changes between 0.9.2b and 0.9.3
+ *) Fix new 56-bit DES export ciphersuites: they were using 7 bytes instead of
+ 8 of keying material. Merlin has also confirmed interop with this fix
+ between OpenSSL and Baltimore C/SSL 2.0 and J/SSL 2.0.
+ [Merlin Hughes <merlin@baltimore.ie>]
+
*) Fix lots of warnings.
[Richard Levitte <levitte@stacken.kth.se>]
*) In add_cert_dir() in crypto/x509/by_dir.c, break out of the loop if
the directory spec didn't end with a LIST_SEPARATOR_CHAR.
- [Richard Levitte <levitte@stacken.kth.se>]
+ [Richard Levitte <levitte@stacken.kth.se>]
*) Fix problems with sizeof(long) == 8.
[Andy Polyakov <appro@fy.chalmers.se>]