Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 20:03:06 -0700 (PDT)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        Forrest Aldrich <forrie@navipath.com>, current@FreeBSD.ORG
Subject:   Re: RSA decrypt problems
Message-ID:  <Pine.BSF.4.21.0005061925390.37695-100000@freefall.freebsd.org>
In-Reply-To: <200005070111.VAA96862@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 6 May 2000, Garrett Wollman wrote:

> I've had this problem with recent values of OpenSSL since last
> November.  I haven't gotten around to playing with permutations of the

I'm strongly suspecting something wrong with the encoding of the
certificate. Can you grab dumpasn1.c and dumpasn1.cfg from

http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c
and http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg

and run it on the old and new certificates to see if anything is
different?

To convert the Cert to DER:

openssl asn1parse -in file.pem -out file.der

Then:

dumpasn1 file.der

Kris

----
In God we Trust -- all others must submit an X.509 certificate.
    -- Charles Forsythe <forsythe@alum.mit.edu>





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005061925390.37695-100000>