On Fri, Mar 15, 2002 at 03:19:33PM +0100, Michael Bell wrote:
> I used "openssl ca -subj ...".
> 
> If I used serialNumber in the DN then OpenSSL reports the following:
> 
> The Subject's Distinguished Name is as follows
> serialNumber          :PRINTABLE:'02'
> commonName            :PRINTABLE:'ra.hu-berlin.de'
> organizationalUnitName:PRINTABLE:'Trustcenter'
> organizationName      :PRINTABLE:'Humboldt-Universitaet zu Berlin'
> countryName           :PRINTABLE:'DE'
> Certificate is to be certified until Mar  7 14:38:38 2003 GMT (365 days)
> 
> Now you can see the output of openssl x509 -text:
> 
> Subject: SN=02, CN=ra.hu-berlin.de, OU=Trustcenter,
> O=Humboldt-Universitaet zu Berlin, C=DE
> 
> There are three files which are using definitions which are not conform
> to the standards:
> 
> crypto/objects/objects.h
> crypto/objects/obj_dat.h
> crypto/objects/obj_mac.h
> 
> The use SN_surname and SN_serialNumber (SN == Short Name?).
> 
> SN_serialNumber "SN"
> SN_surname      "S"

I have just checked in an according patch. Please note that objects.h
is no longer used (well, the file is still available, but the actual
information is #ifdef'ed out and obj_mac.h is included).
Please test out the next snapshot.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to