RE: OCSP_BASICRESP_free() segmentation fault

2011-01-04 Thread Bin Lu
sl.org Subject: Re: OCSP_BASICRESP_free() segmentation fault On Wed, Dec 29, 2010, Bin Lu wrote: > Hi Steve, > > > > My code looks like this(error checking is omitted): > > > > OCSP_BASICRESP* bs = OCSP_response_get1_basic(resp); > > OCSP_check_nonce(req

Re: OCSP_BASICRESP_free() segmentation fault

2010-12-29 Thread Dr. Stephen Henson
On Wed, Dec 29, 2010, Bin Lu wrote: > Hi Steve, > > > > My code looks like this(error checking is omitted): > > > > OCSP_BASICRESP* bs = OCSP_response_get1_basic(resp); > > OCSP_check_nonce(req, bs); > > OCSP_basic_verify(bs, chain, store, verifyFlags); > > OCSP_resp_find_status(bs, id, &

RE: OCSP_BASICRESP_free() segmentation fault

2010-12-29 Thread Bin Lu
! -binlu -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Monday, December 13, 2010 11:49 AM To: openssl-users@openssl.org Subject: Re: OCSP_BASICRESP_free() segmentation fault On Mon, Dec 13, 2010, Bin

Re: OCSP_BASICRESP_free() segmentation fault

2010-12-13 Thread Dr. Stephen Henson
On Mon, Dec 13, 2010, Bin Lu wrote: > OK, let me look into this. > > But could you please let me know where these _free functions are defined, for > OCSP_BASICRESP_free(), OCS_RESPONSE_free(), OCSP_REQUEST_free()? > The actual definition is in crypto/ocsp/ocsp_asn.c but that wont help much bec

RE: OCSP_BASICRESP_free() segmentation fault

2010-12-13 Thread Bin Lu
Behalf Of Dr. Stephen Henson Sent: Saturday, December 11, 2010 5:21 AM To: openssl-users@openssl.org Subject: Re: OCSP_BASICRESP_free() segmentation fault On Thu, Dec 09, 2010, Bin Lu wrote: > Hi, > > I am getting the following crash in openssl-0.9.8d: > > #0 0x2332885e in ASN1

Re: OCSP_BASICRESP_free() segmentation fault

2010-12-11 Thread Dr. Stephen Henson
On Thu, Dec 09, 2010, Bin Lu wrote: > Hi, > > I am getting the following crash in openssl-0.9.8d: > > #0 0x2332885e in ASN1_primitive_free () > #1 0x233288a4 in ASN1_primitive_free () > #2 0x23328935 in ASN1_primitive_free () > #3 0x23328b5a in ASN1_template_free () > #4 0x23328a74 in ASN1_primi

OCSP_BASICRESP_free() segmentation fault

2010-12-09 Thread Bin Lu
Hi, I am getting the following crash in openssl-0.9.8d: #0 0x2332885e in ASN1_primitive_free () #1 0x233288a4 in ASN1_primitive_free () #2 0x23328935 in ASN1_primitive_free () #3 0x23328b5a in ASN1_template_free () #4 0x23328a74 in ASN1_primitive_free () #5 0x23328b5a in ASN1_template_free () #6