aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-05-02 20:29:03 +0000
committerBodo Möller <bodo@openssl.org>2000-05-02 20:29:03 +0000
commit316e6a66f2c4f28f8705636921825c467a5ceef3 (patch)
treee402041eb8e5cf1ea685dca62d8e8ccb91e8c696 /CHANGES
parentc4d0df0c4f92c5964af8e869907c4a4921492484 (diff)
downloadopenssl-316e6a66f2c4f28f8705636921825c467a5ceef3.tar.gz
Note apps/x509.c bugfixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc07f745e8..ca65bafaad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Bugfixes in apps/x509.c: Avoid a memory leak; and don't use
+ perror when PEM_read_bio_X509_REQ fails, the error message must
+ be obtained from the error queue.
+ [Bodo Moeller]
+
*) Avoid 'thread_hash' memory leak in crypto/err/err.c by freeing
it in ERR_remove_state if appropriate, and change ERR_get_state
accordingly to avoid race conditions (this is necessary because