Re: strangeness in `x509 -noout -text` output

2002-04-30 Thread Michael Bell
Lutz Jaenicke schrieb: On Mon, Apr 29, 2002 at 10:33:10AM +0200, Michael Bell wrote: The only problem for the future is the support of this flag in all the other tools (especially ca and req have problems with their option -subj). Robert Joop sent a patch last week (not applied,

Re: strangeness in `x509 -noout -text` output

2002-04-29 Thread Michael Bell
Lutz Jaenicke schrieb: On Sun, Apr 28, 2002 at 08:07:43PM +0100, Dr S N Henson wrote: However a new FAQ entry might be in order or possibly changing the default display options so that the old behaviour is no longer the default and adding a -nameopt old option is explicitly needed

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Lutz Jaenicke
On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: `x509 -noout -text` prints inconsistent output. ... openssl x509 -noout -text -in old.pem | grep Issuer: Issuer: [EMAIL PROTECTED], CN=CA UCO, O=Universidad de Cordoba, C=ES ... openssl x509 -noout -text -in new.pem | grep

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 28 Apr 2002 19:59:33 +0200, Lutz Jaenicke [EMAIL PROTECTED] said: Lutz.Jaenicke On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: Lutz.Jaenicke `x509 -noout -text` prints inconsistent output. Lutz.Jaenicke Lutz.Jaenicke ... openssl x509 -noout

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Dr S N Henson
Lutz Jaenicke wrote: On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: `x509 -noout -text` prints inconsistent output. ... openssl x509 -noout -text -in old.pem | grep Issuer: Issuer: [EMAIL PROTECTED], CN=CA UCO, O=Universidad de Cordoba, C=ES ... openssl x509

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Lutz Jaenicke
On Sun, Apr 28, 2002 at 08:07:43PM +0100, Dr S N Henson wrote: By default the code ultimately uses the old X509_NAME_print function to display DNs. This results in the weirdness mentioned and all manner of odd output if the DN contains things like BMPStrings. X509_NAME_print is only

strangeness in `x509 -noout -text` output

2002-04-26 Thread Robert Joop
`x509 -noout -text` prints inconsistent output. ... openssl x509 -noout -text -in old.pem | grep Issuer: Issuer: [EMAIL PROTECTED], CN=CA UCO, O=Universidad de Cordoba, C=ES ... openssl x509 -noout -text -in new.pem | grep Issuer: Issuer: C=ES, O=Universidad de Cordoba, CN=AC