From: Rich Salz <[EMAIL PROTECTED]> rsalz> > the CN and Email are separated by a "/" while all other DN components are rsalz> > separated by ", ". Is there a reason for this behaviour? rsalz> rsalz> Because the openssl code 'knows' about some RDNs, and then it just gloms rsalz> the rest on the end. :) Actually, this is one of the times where size matters. To get better output, one should consider something like this: openssl x509 -text -nameopt RFC2253 Note: -nameopt is very new, I'm not even sure it's there in 0.9.6. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Software Engineer, Celo Communications: http://www.celocom.com/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Re: Bug or Feature in "openssl x509 -text"?
Richard Levitte - VMS Whacker Wed, 24 Jan 2001 06:07:18 -0800
- Bug or Feature in "openssl x509 -text&q... Reiner Buehl
- Re: Bug or Feature in "openssl x50... Rich Salz
- Richard Levitte - VMS Whacker