summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-25 14:04:10 +0000
committerBodo Möller <bodo@openssl.org>1999-06-25 14:04:10 +0000
commit9c729e0a6d52528790fa132a5367da4c6e9b885d (patch)
tree9d3cbd76a8948d8272828d3b29b3c4eb0ab1fd0d /CHANGES
parentbaac3b4b5f3985305ed6b0f1ce0bd4cfe2c3f470 (diff)
Memory leak checks.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7975ac0a15..70dcca1ac3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.3a and 0.9.4
+ *) Fix memory leaks in DSA_do_sign and DSA_is_prime.
+ Also really enable memory leak checks in openssl.c and in some
+ test programs.
+ [Chad C. Mulligan, Bodo Moeller]
+
*) Fix a bug in d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() which can mess
up the length of negative integers. This has now been simplified to just
store the length when it is first determined and use it later, rather