Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-04-28 Thread Viktor Dukhovni
On Mon, Mar 13, 2017 at 02:27:39AM -0700, Gary L Peskin wrote: > I exported a certificate and corresponding private key in base 64 encoded > DER format For the record, there is no such thing as base64-encoded DER format. DER a binary encoding of ASN.1. A format would be particular ASN.1 structur

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-14 Thread Dr. Stephen Henson
On Mon, Mar 13, 2017, Michael Wojcik wrote: > I'll assume you mean you exported it "from a mainframe system" using RACF. > RACF has half a dozen export formats for certificates and keys; they're not > all supported by OpenSSL. > > In particular (and despite the PEM delimiters), I suspect what y

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Gary L Peskin
[mailto:openssl-users-boun...@openssl.org] On Behalf Of Michael Wojcik Sent: Monday, March 13, 2017 11:05 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Cannot read exported PKCS12 cert and private key Glad I could help. To be honest, I had to play around with it for a bit before

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Michael Wojcik
a decent scripting language it's pretty easy to recognize one of these files and automatically extract it into something sensible. Michael Wojcik Distinguished Engineer, Micro Focus From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Gary L Peskin Sent: Monday, M

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Kyle Hamilton
] *On > Behalf Of *Michael Wojcik > *Sent:* Monday, March 13, 2017 8:58 AM > > *To:* openssl-users@openssl.org > *Subject:* Re: [openssl-users] Cannot read exported PKCS12 cert and > private key > > > > I'll assume you mean you exported it "from a mainframe sy

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Gary L Peskin
From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Michael Wojcik Sent: Monday, March 13, 2017 8:58 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Cannot read exported PKCS12 cert and private key I'll assume you mean you exported it "from a mainfr

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Michael Wojcik
'm just guessing. Also, I can't verify this, because I don't have the import password for your PKCS#12 file. Michael Wojcik Distinguished Engineer, Micro Focus From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Gary L Peskin Sent: Monday, March 13, 2017

Re: [openssl-users] Cannot read exported PKCS12 cert and private key

2017-03-13 Thread Gary L Peskin
My original message accidently included an attachment. Please ignore the attachment. That was not related to this issue. Thanks, Gary From: Gary L Peskin [mailto:ga...@firstech.com] Sent: Monday, March 13, 2017 2:28 AM To: 'openssl-users@openssl.org' Subject: Cannot read exported PKCS1