Decoding PKCS12 files

2009-04-29 Thread Bob Barnes
Is there an OpenSSL command that can decrypt/decode pkcs12 files into their ASN.1 form or even their ASN.1 form DER encoded? Bob

RE: A question about mal-formed private keys

2009-04-22 Thread Bob Barnes
ay, April 22, 2009 12:42 PM To: openssl-users@openssl.org Subject: Re: A question about mal-formed private keys On Wed, Apr 22, 2009, Bob Barnes wrote: > I've been working with OpenSSL to try and convert an existing > private key generated by an old SSL software package and during the &

A question about mal-formed private keys

2009-04-22 Thread Bob Barnes
I've been working with OpenSSL to try and convert an existing private key generated by an old SSL software package and during the process of using PKCS8 to decrypt from the "Encrypted Private Key" to the "RSA Private Key" I get an error "No Octet String in PrivateKey". My understanding is that th

RE: Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
e beginning. Did you turn off all optimizations (-Od)? If you do not, then the debugger can not associate the source code directly with the compiled code. Carter Carter Browne CBCS cbro...@cbcs-usa.com 781-721-2890 Bob Barnes wrote: > Carter, > >That's exactly where I'

RE: Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
put it somewhere else. Carter Carter Browne CBCS cbro...@cbcs-usa.com 781-721-2890 Bob Barnes wrote: > hi, > > I realize this may be slightly off-topic, but a search of the > Microsoft forums hasn't turned up anything useful and I'm hoping that > someone

Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
hi, I realize this may be slightly off-topic, but a search of the Microsoft forums hasn't turned up anything useful and I'm hoping that someone here has had some experience getting this to work. I've successfully built a debug version of OpenSSL on Windows and I'm now trying to use Visual Studi

RE: Win-32 build problem

2009-04-16 Thread Bob Barnes
t's tools. Bob -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Thursday, April 16, 2009 6:33 PM To: openssl-users@openssl.org Subject: RE: Win-32 build problem > From: owner-openssl-us...@openssl.org

Win-32 build problem

2009-04-15 Thread Bob Barnes
I apologize up front if these questions seem particularly basic, but I'm not a Windows developer and I'm not familiar with Visual Studio, makefiles, Perl, etc. I'm trying to build a debug version on Win-32 (Windows XP) and getting build errors. I was able to successfully run the initial Configur

RE: Generating a PKCS#12 file

2009-02-12 Thread Bob Barnes
ile On Wed, Feb 11, 2009, Bob Barnes wrote: > Kyle, > > Thanks for the response. Just to clarify a bit, our proprietary code > is simply a wrapper around the third party libraries, which are SSLPlus/BSAFE. > As far as I know they should be generating/storing the private key in

RE: Generating a PKCS#12 file

2009-02-11 Thread Bob Barnes
ng more details on how your proprietary code generated/encrypted the key (or even what third-party library you used), it's pretty much impossible to figure out what's going wrong. -Kyle H On Wed, Feb 11, 2009 at 11:26 AM, Bob Barnes wrote: > Hi, first post and I will confess right u

Generating a PKCS#12 file

2009-02-11 Thread Bob Barnes
Hi, first post and I will confess right up front that I'm far from an expert on SSL/cryptography. I'm trying to use OpenSSL to create a PKCS12 Version 3 file for import into IBM's Digital Certificate Manager. I used our own proprietary code (which uses a third party library for encryption) to ge