On Wed, Jun 06, 2007, Chaz. wrote: > Stephen, > > Once again thanks so much. I had thought subjectAltName would allow any > kind of alternate name but have found out how wrong I can be. I noticed > in the example use of DNS: I have noticed in the spec there is something > called 'DirName' but I tried 'DirName:mystuff' and it didn't get stored. > > I have to store a string that would rightly be called an 'otherName' > but noticed it doesn't work and tells me it is unsupported. Can you tell > me how I would use DirName? >
Well it "unsupported" means that OpenSSL cannot currently print out the details of otherName but it still gets stored in the certificate or request. Use of DirName will add an additional distinguished name (DN) do you really want to do that? If so then this is a bit trickier than the other options because you need to set up a config structure containing the DN components in a separate section. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]