Re: [openssl-users] freeing of X509_CRL object

2018-05-15 Thread Salz, Rich via openssl-users
: Re: [openssl-users] freeing of X509_CRL object 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 mailto:rs...@akamai.com>> wrote: Som

Re: [openssl-users] freeing of X509_CRL object

2018-05-14 Thread Raghavendra a
Are you > sure you didn’t free the object in your code? > > > > *From: *Raghavendra a > *Date: *Friday, May 11, 2018 at 6:22 AM > *To: *Rich Salz , openssl-users < > openssl-users@openssl.org> > *Subject: *Re: [openssl-users] freeing of X509_CRL object > &g

Re: [openssl-users] freeing of X509_CRL object

2018-05-11 Thread Salz, Rich via openssl-users
Something else is going wrong. Is that the only valgrind error? Are you sure you didn’t free the object in your code? From: Raghavendra a Date: Friday, May 11, 2018 at 6:22 AM To: Rich Salz , openssl-users Subject: Re: [openssl-users] freeing of X509_CRL object Hi Rich, Thanks for

Re: [openssl-users] freeing of X509_CRL object

2018-05-11 Thread Raghavendra a
> > > *From: *Raghavendra a > *Reply-To: *openssl-users > *Date: *Friday, May 11, 2018 at 5:53 AM > *To: *openssl-users > *Subject: *[openssl-users] freeing of X509_CRL object > > > > Hi All, > > In my program, > > converting X509_CRL object to string format u

Re: [openssl-users] freeing of X509_CRL object

2018-05-11 Thread Salz, Rich via openssl-users
The print routine does not free anything. From: Raghavendra a Reply-To: openssl-users Date: Friday, May 11, 2018 at 5:53 AM To: openssl-users Subject: [openssl-users] freeing of X509_CRL object Hi All, In my program, converting X509_CRL object to string format using X509_CRL_print and

[openssl-users] freeing of X509_CRL object

2018-05-11 Thread Raghavendra a
Hi All, In my program, converting X509_CRL object to string format using *X509_CRL_print* and BIO_get_mem_data. after that if de-allocate * _x509crl * using *X509_CRL_free. *it is crashing with below reason *.* *Valgrind output:==31919== Invalid read of size 4==31919==at 0xB475EF2: CR

Re: [openssl-users] freeing of X509_CRL object.

2018-05-09 Thread Raghavendra a
Someone please answer below query. On Mon, May 7, 2018 at 2:12 PM, Raghavendra a wrote: > Hi, > > I my program , converting X509_CRL object to string format using > *X509_CRL_print* and BIO_get_mem_data. After that if i use* > X509_CRL_free(_x509crl) *it is crashing below reason > > *.* > > > >