hi,

as far as browsing the certificate ('folding' and 'unfolding'
certificate entries) in the mozilla popup
it seems like this:

>        Version: 4 (0x3)
>  
>
is invalid. as far as i have read there is no version 4 for X509
certificates.

selfsign.c:
X509_set_version(x,3);  sets the Certificate Version to 4 ... quite a
nasty trap.

replacing the '3' with a '2' makes it Version 3 and the entries get
'browsable'.

However still there is the message about a failed verification for
'unknown reasons'.
What means 'certificate verification' anyway?

I changed the CN to the correct value as proposed by Joseph, but
still get a sslv3 alert bad certificate warning.

felix


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to