Aravind GJ <aravin...@gmail.com> writes:

[...]

> While functions like SSL_use_PrivateKey use EVP_PKEY structure, but to
> get that structure, I need to use BIO APIs which again takes filename
> as input.

See BIO_new_mem_buf().  (There are other ways to construct EVP_PKEYs
without reading from a file, depending what form you have the keys in.)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to