summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-12 17:15:42 +0000
committerBodo Möller <bodo@openssl.org>1999-07-12 17:15:42 +0000
commit5059658219465c2e3e15f45c5ca3a0d251cd5fba (patch)
treea1a575b60ee0d4833864a2482a2619393d362a9e /CHANGES
parentd9f0016bc57ac680d30aa1f32c9aef91acfe5aa4 (diff)
fix memory leak in s3_clnt.c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d64db581f2..fbdd510da5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.3a and 0.9.4
+ *) Fix memory leaks in s3_clnt.c: All non-anonymous SSL3/TLS1 connections
+ without temporary keys kept an extra copy of the server key,
+ and connections with temporary keys did not free everything in case
+ of an error.
+ [Bodo Moeller]
+
*) New function RSA_check_key and new openssl rsa option -check
for verifying the consistency of RSA keys.
[Ulf Moeller, Bodo Moeller]