RE: PEM_read_bio_X509 - Segmentation fault

2008-12-09 Thread Brad Mitchell
Try.. X509* cert = PEM_read_bio_X509(bio_cert,NULL, 0, NULL); http://www.openssl.org/docs/crypto/pem.html# Check the BUGS section down the bottom. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BiGNoRm6969 Sent: Tuesday, December 09, 2008 4:01 AM

Re: PEM_read_bio_X509

2001-09-14 Thread Dr S N Henson
Ding Yiqiang wrote: > > Hi > > What's the difference between PEM_read_bio_X509 and PEM_read_bio_X509_AUX? > X509 is a the traditional PEM format which is just a base64 DER encoded structure with header and footer lines. X509_AUX is a "trusted certificate" format, unique to OpenSSL, which allow

Re: PEM_read_bio_X509

2001-09-14 Thread Ding Yiqiang
Hi What's the difference between PEM_read_bio_X509 and PEM_read_bio_X509_AUX? Yiqiang - Original Message - From: "Dr S N Henson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 9:57 PM Subject: Re: PEM_read_bio_X509 > Aja