RE: SSL APIs which does not need certificates/keys stored in filesystem

2014-08-21 Thread Salz, Rich
>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

Re: SSL APIs which does not need certificates/keys stored in filesystem

2014-08-21 Thread zakkir hussain Kharim
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

SSL APIs which does not need certificates/keys stored in filesystem

2014-08-18 Thread zakkir hussain Kharim
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