class of a certificate

2001-01-22 Thread Arnaud De Timmerman
All, I've read that 3 types of certificates exist. From "class 1" to "class 3" (the higher the safer). How could I find, in a certificate created thanks to openssl, the number of the class it belongs to ? Many thanks. __

RE: class of a certificate

2001-01-22 Thread Olivier Michiels
Try the following command and maybe you will found some information in the subject name. openssl x509 -in youfile -inform DER or PEM -text -Original Message- From: Arnaud De Timmerman [mailto:[EMAIL PROTECTED]] Sent: lundi 22 janvier 2001 13:35 To: [EMAIL PROTECTED] Subject: class

RE: class of a certificate

2001-01-22 Thread Dale Peakall
I've read that 3 types of certificates exist. From "class 1" to "class 3" (the higher the safer). How could I find, in a certificate created thanks to openssl, the number of the class it belongs to ? You've been misinformed. Certificates have no intrinsic class. Ve

Re: class of a certificate

2001-01-22 Thread Erwann ABALEA
There's no "class" for a certificate, technically speaking. The "class" associated with the certificate corresponds to a verification level, and then to a trust in the identity bound to the certificate. This "class" notion is then only an organizational one.