>Currently we are storing certificates/keys in filesystem and using the SSL
>apis like SSL_CTX_use_certificate_chain_file and SSL_CTX_load_verify_locations
>to load the certificate chain from file system for server and client purpose.
> We want to avoid storing in filesystem, but read the certif
Resending since the previous post attempt failed
On Mon, Aug 18, 2014 at 12:52 PM, zakkir hussain Kharim <
zakkir.kha...@gmail.com> wrote:
> Currently we are storing certificates/keys in filesystem and using the SSL
> apis like SSL_CTX_use_certificate_chain_file and
> SSL_CTX_load_verify_locatio
Currently we are storing certificates/keys in filesystem and using the SSL
apis like SSL_CTX_use_certificate_chain_file and
SSL_CTX_load_verify_locations to load the certificate chain from file
system for server and client purpose.
We want to avoid storing in filesystem, but read the certificates