diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-01-24 19:39:54 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-01-24 19:39:54 +0100 |
commit | a43cf9fae96175ee91da08aa523c508c3d3e6dde (patch) | |
tree | 5d17c0c155d2ad589b6dda1bf6bb32812d8d7ec6 /CHANGES | |
parent | Update "OAEP reconsidered" comment (diff) | |
download | openssl-a43cf9fae96175ee91da08aa523c508c3d3e6dde.tar.xz openssl-a43cf9fae96175ee91da08aa523c508c3d3e6dde.zip |
Add debugging info to new ASN1 code to trace memory leaks.
Fix PKCS7 and PKCS12 memory leaks.
Initialise encapsulated content type properly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -2,7 +2,18 @@ _______________ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] - + + *) 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. + [Steve Henson, reported by Kenneth R. Robinette + <support@securenetterm.com>] + + *) Add CRYPTO_push_info() and CRYPTO_pop_info() calls to new ASN1 + routines: without these tracing memory leaks is very painful. + Fix leaks in PKCS12 and PKCS7 routines. + [Steve Henson] + *) Fix for Irix with NO_ASM. ["Bruce W. Forsberg" <bruce.forsberg@baesystems.com>] |