[openssl-dev] [openssl.org #3640] Bug report: PKCS7_decrypt memory leak

2016-02-02 Thread Rich Salz via RT
No reply, cannot reproduce the bug, closing the ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3640] Bug report: PKCS7_decrypt memory leak

2015-02-11 Thread Rich Salz via RT
On Tue Dec 23 09:14:09 2014, luis.gar...@csr.com wrote: When using PKCS7_decrypt with the following parameters: BIO *bio = BIO_new(BIOS_s_mem()); PKCS7 pointer, EVP_PKEY pointer, X509 pointer, bio, 0. I am getting a memory leak of 568 bytes. Can you post a sample program? Or perhaps some

[openssl-dev] [openssl.org #3640] Bug report: PKCS7_decrypt memory leak

2014-12-23 Thread Luis Garcia via RT
When using PKCS7_decrypt with the following parameters: BIO *bio = BIO_new(BIOS_s_mem()); PKCS7 pointer, EVP_PKEY pointer, X509 pointer, bio, 0. I am getting a memory leak of 568 bytes. I am developing on a linux OS with OpenSSL version 1.0.1e Let me know if I can provide any additional

Re: [openssl-dev] [openssl.org #3640] Bug report: PKCS7_decrypt memory leak

2014-12-23 Thread Luis Garcia via RT
Just an update: I updated to the latest library available 1.0.1j and still got the same memory leak. Thanks, Luis Enrique From: Luis Garcia Sent: Monday, December 22, 2014 2:51 PM To: r...@openssl.org Subject: Bug report: PKCS7_decrypt memory leak When using