I'm using openssl-0.9.4 at present. Are any similiar
APIs in openssl-0.9.4, or do I have to upgrade to
openssl-0.9.5?

Hazel
> They aren't for files they are for fps and BIOs
> which aren't necessarily
> files. BIOs in particular can point to all manner of
> things including a
> memory buffer. For example in OpenSSL 0.9.5 and
> later you can call:
> 
> bio = BIO_new_mem_buf(buffer, length);
> 
> and then call PEM_read_bio_X509() on it.
> 
> Steve.
> -- 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to