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

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_ch

[openssl-users] openssl_tpm_engine - create_tpm_key failed when tried to wrap key

2015-02-26 Thread zakkir hussain Kharim
*Problem* We are trying to wrap a private key using storage root key using the "create_tpm_key" tool which is part of openssl tpm engine. But it is failing. We tried to debug this in multiple ways, but not able to understand what is wrong*. * We are trying to wrap using Storage root key. Input pr

Re: [openssl-users] openssl_tpm_engine - create_tpm_key failed when tried to wrap key

2015-03-06 Thread zakkir hussain Kharim
th that, it traces the TPM operation in detail. Send me the > trace and I can probably tell you what's wrong. > > On 2/27/2015 12:16 AM, zakkir hussain Kharim wrote: > >> *Problem* >> >> We are trying to wrap a private key using storage root key using