RE: ASN1_get_object:too long

2009-11-10 Thread dutchman1
Dave, thanks very much for the detailed analysis. You were exactly right: I was writing the cert to the file system as text file, not binary file. thanks again! dutch Dave Thompson-4 wrote: > >> From: owner-openssl-us...@openssl.org On Behalf Of dutchman1 >> Sent: Friday, 06 November, 2009 0

RE: ASN1_get_object:too long

2009-11-09 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of dutchman1 > Sent: Friday, 06 November, 2009 09:11 > thanks for your reply. The cert was located on a hardware > device and I'm > trying to write it to file through C code so something might > be lost in > translation. I've attached the cert to

RE: ASN1_get_object:too long

2009-11-05 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of dutchman1 > Sent: Tuesday, 03 November, 2009 15:42 > I'm trying to parse a DER cert that seems to be invalid. I > can parse it but > not load it or convert it into a PEM file. Is there a way to > find out what's > wrong with the file? > > Tha