RE: Certificate chain in memory buffer

2011-11-23 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Aravind GJ > Sent: Tuesday, 22 November, 2011 23:32 > I use BIO_new_mem_buf and PEM_read_bio_X509 to convert > the certificate in memory buffer to X509 certificate format. > Finally the certificate is then added to the CA sto

Certificate chain in memory buffer

2011-11-22 Thread Aravind GJ
Hi All, I use BIO_new_mem_buf and PEM_read_bio_X509 to convert the certificate in memory buffer to X509 certificate format. Finally the certificate is then added to the CA store. If the buffer contains certificate chain like -BEGIN CERTIFICATE- ... (CA certificate 1) ... -END CERT