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 <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message