Re: [openssl-users] freeing of X509_CRL object

2018-05-15 Thread Salz, Rich via openssl-users
Based on the information you provided, I don’t have any other advice. The print routine does not free the CRL. You must be free’ing it twice. Perhaps run under a debugger with a breakpoint From: Raghavendra a Date: Tuesday, May 15, 2018 at 2:58 AM To: Rich Salz

Re: [openssl-users] SSLv3 error in Ubuntu/Apache2

2018-05-15 Thread Jakob Bohm
On 12/05/2018 19:01, Deepak Goel wrote: Hello I am trying to use Apache2 on Ubuntu. When I try running Apache2, it throws up an error: SSLv3 not supported by this version of OpenSSL. I tried installing latest version of OpenSSL by using (sudo apt-get install openssl) on Ubuntu. However the

Re: [openssl-users] freeing of X509_CRL object

2018-05-15 Thread Raghavendra a
Hi, Yes, I am freeing * _x509crl * using *X509_CRL_free* after using in *X509_CRL_print*. Above valgrind error is for free operation, is it wrong? Regards, Raghavendra On Fri, May 11, 2018 at 5:21 PM, Salz, Rich wrote: > Something else is going wrong. Is that the only