Re: [openssl-users] Using a TPM to sign CSRs

2018-07-28 Thread William Roberts
On Sat, Jul 28, 2018, 09:13 Devang Kubavat wrote: > Hi Kaarhik, > > Please refer https://github.com/ThomasHabets/openssl-tpm-engine. It is > OpenSSL TPM Engine. It will help to offload all crypto operation to TPM. > Is this for tpm2.0? > Regards, > Devang. > > On Tue, Jul 24, 2018 at 4:48 PM,

Re: [openssl-users] Using a TPM to sign CSRs

2018-07-28 Thread Devang Kubavat
Hi Kaarhik, Please refer https://github.com/ThomasHabets/openssl-tpm-engine. It is OpenSSL TPM Engine. It will help to offload all crypto operation to TPM. Regards, Devang. On Tue, Jul 24, 2018 at 4:48 PM, Kaarthik Sivakumar wrote: > Hello > > I need to create a key pair using a TPM

Re: [openssl-users] Using a TPM to sign CSRs

2018-07-25 Thread Kaarthik Sivakumar
On 25/07/18 20:58, William Roberts wrote: On Tue, Jul 24, 2018 at 4:18 AM, Kaarthik Sivakumar wrote: Hello I need to create a key pair using a TPM (proprietary) and build a CSR and What TPM Version? If it's TPM 2.0, a new

Re: [openssl-users] Using a TPM to sign CSRs

2018-07-25 Thread William Roberts
On Tue, Jul 24, 2018 at 4:18 AM, Kaarthik Sivakumar wrote: > Hello > > I need to create a key pair using a TPM (proprietary) and build a CSR and What TPM Version? If it's TPM 2.0, a new Engine project has emerged here: https://github.com/tpm2-software/tpm2-tss-engine This might be able to

[openssl-users] Using a TPM to sign CSRs

2018-07-24 Thread Kaarthik Sivakumar
Hello I need to create a key pair using a TPM (proprietary) and build a CSR and sign it using it the TPM as well. Currently I dont have an engine interface to talk to the TPM. I do the following: 1. generate key pair in the TPM. private key is kept private in