On Tue, Mar 11, 2003, rajagopalan ramanujam wrote:

> Thanks steve!!
> 
> Can i use these to function calls to convert?
> 
>    PEM_read_bio_X509
>    PEM_read_bio_PrivateKey 
> 
> 

If you include all the newlines in the base64 encoded structure and create a
memory BIO from the string using BIO_new_mem_buf(), see the BIO_s_mem manual
page. Using binary and DER is more efficient though.

Steve.
--
Dr Stephen N. Henson.
Core developer of the   OpenSSL project: http://www.openssl.org/
Freelance consultant see: http://www.drh-consultancy.demon.co.uk/
Email: [EMAIL PROTECTED], PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to