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
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
*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
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