aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-25 13:15:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-25 13:15:01 +0000
commita342cc5a7099a44cdbbd74a37d73a1a86806f779 (patch)
tree60b1e6de46848a6c1740e8e95903fcee951a02ca /CHANGES
parent67c3cf0675600e19b3bf2274f5c77460c3079cd4 (diff)
downloadopenssl-a342cc5a7099a44cdbbd74a37d73a1a86806f779.tar.gz
Zero the premaster secret after deriving the master secret in DH
ciphersuites.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52409a97d4..31f9a6e1fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Zero the premaster secret after deriving the master secret in
+ DH ciphersuites.
+ [Steve Henson]
+
*) In PKCS7_set_type() initialise content_type in PKCS7_ENC_CONTENT
to data. This was previously part of the PKCS7 ASN1 code. This
was causing problems with OpenSSL created PKCS#12 and PKCS#7 structures.