Re: [openssl-users] Converting a p12 or PEM formatted private key to a PKCS#1 format

2015-09-03 Thread Viktor Dukhovni
On Thu, Sep 03, 2015 at 08:21:25AM -0700, tmcclure0501 wrote: > We have an embedded MQTT framework that we want to configure for mutual > authentication. The framework is complaining that it needs a key format of > PKCS#1. We have p12 and pem formats of the key. Does openssl support >

[openssl-users] Converting a p12 or PEM formatted private key to a PKCS#1 format

2015-09-03 Thread tmcclure0501
We have an embedded MQTT framework that we want to configure for mutual authentication. The framework is complaining that it needs a key format of PKCS#1. We have p12 and pem formats of the key. Does openssl support converting keys to the PKCS#1, if so what is the command? Thanks, Tim --

Re: [openssl-users] Converting a p12 or PEM formatted private key to a PKCS#1 format

2015-09-03 Thread Viktor Dukhovni
On Thu, Sep 03, 2015 at 04:06:06PM +, Viktor Dukhovni wrote: > On Thu, Sep 03, 2015 at 08:21:25AM -0700, tmcclure0501 wrote: > > > We have an embedded MQTT framework that we want to configure for mutual > > authentication. The framework is complaining that it needs a key format of > >

Re: [openssl-users] Converting a p12 or PEM formatted private key to a PKCS#1 format

2015-09-03 Thread Jakob Bohm
On 03/09/2015 18:16, Viktor Dukhovni wrote: On Thu, Sep 03, 2015 at 04:06:06PM +, Viktor Dukhovni wrote: On Thu, Sep 03, 2015 at 08:21:25AM -0700, tmcclure0501 wrote: We have an embedded MQTT framework that we want to configure for mutual authentication. The framework is complaining that