Michael Bell wrote:

dalini wrote:

1) does OpenCA work with uid atribute in DN ?

yes, this should work fine, actually


This is not fully correct. There is a bug in all OpenSSL 0.9.7 releases. The file crypto/objects/objects.txt contains a commented definition for uid. You must do the following:

- openssl-0.9.7c/crypto/objects
- vi objects.txt
  search for uid (/uid)
  remove the comment
- make obj_dat.h
- cd ../../
- make; make test; make install

It looks like they fixed the short name for x500uniqueIdentifier and forgot to remove the old comment (incl. the activation of uid). I send a message to openssl-dev.

hmm - but what i don't understand - in the Changelog is written:
    The OID for unique identifiers in X509 certificates is
    x500UniqueIdentifier, not uniqueIdentifier.

but in the objects.txt its written uniqueIdentifier instead of x500UniqueIdentifier?
shouldn't this be x500UniqueIdentifier then?


greetings
dalini


------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to