Fix various memory leaks in SSL, apps and DSA

This commit is contained in:
Dr. Stephen Henson
1999-02-15 21:05:21 +00:00
parent 1750ebcba9
commit a8236c8c32
11 changed files with 45 additions and 16 deletions

View File

@@ -5,9 +5,15 @@
Changes between 0.9.1c and 0.9.2
*) Run extensive memory leak checks on SSL apps. Fixed *lots* of memory
leaks in ssl/ relating to new X509_get_pubkey() behaviour. Also fixes
in apps/ and an unrellated leak in crypto/dsa/dsa_vrf.c
[Steve Henson]
*) Support for RAW extensions where an arbitrary extension can be
created by including its DER encoding. See apps/openssl.cnf for
an example.
[Steve Henson]
*) Make sure latest Perl versions don't interpret some generated C array
code as Perl array code in the crypto/err/err_genc.pl script.