Hi All I have certificate and private key in a buffer (not in a file). How do I pass on these to OpenSSL with out storing in a temp file? In other words are there any APIs that take certificate from a buffer instead of a file?
I could only find APIs that expect a file argument or X509* or ASN1 buffer? Are there any APIs that can convert PEM to ASN1? Is there a function that can take PEM buffer and return a X509 structure? I am getting certificates from a database. That is why I am looking for such APIs. --Satish ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org