Re: [openssl-users] Re: Special character in CA name

2011-12-16 Thread Jakob Bohm
On 12/15/2011 2:45 PM, gkout wrote: Hi Steve, oneline seems to do the job. Issuer: C = ES, O = xxx ESPAÑA, CN = xxx ESPAÑA-xx All that is left now is to feed this into apache using UTF-8 format. Another challenge :) Maybe the other command (-nameopt multiline,show_type) suggested by Dr. He

Re: Special character in CA name

2011-12-15 Thread gkout
Sorry Ronald I don't follow... ronald braswell-2 wrote: > > How do we get to your place? > > > > On Tue, Dec 13, 2011 at 4:35 PM, gkout wrote: > >> >> Hello again, >> >> This time I have an issue with a special character in the CA name which >> is >> converted by openssl. >> ESPA\xC3\x91A

Re: Special character in CA name

2011-12-15 Thread ronald braswell
How do we get to your place? On Tue, Dec 13, 2011 at 4:35 PM, gkout wrote: > > Hello again, > > This time I have an issue with a special character in the CA name which is > converted by openssl. > ESPA\xC3\x91A which should read "ESPAÑA" with an "Ñ". > > Any ideas on this? > > Thanks > -- > Vi

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
Hi Steve, oneline seems to do the job. Issuer: C = ES, O = xxx ESPAÑA, CN = xxx ESPAÑA-xx All that is left now is to feed this into apache using UTF-8 format. Another challenge :) Dr. Stephen Henson wrote: > > On Thu, Dec 15, 2011, gkout wrote: > >> >> Hi Erwann, >> >> Putty is set to t

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread Dr. Stephen Henson
On Thu, Dec 15, 2011, gkout wrote: > > Hi Erwann, > > Putty is set to translate to UTF-8. > Unfortunately I can not send this certificate. It was generated by another > authority and sent to me, which means I can not re-try generating it again. > > One note: The file is a chain CA file, contai

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
Hi Erwann, Putty is set to translate to UTF-8. Unfortunately I can not send this certificate. It was generated by another authority and sent to me, which means I can not re-try generating it again. One note: The file is a chain CA file, containing more CA authorities The command I run is: ope

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
Hi Erwann, Putty is set to translate to UTF-8. Unfortunately I can not send this certificate. It was generated by another authority and sent to me, which means I can not re-try generating it again. One note: The file is a chain CA file, containing more CA authorities The command I run is: ope

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread Erwann Abalea
Do you have an UTF8 capable terminal? Can you send the certificate you're testing? Le 15/12/2011 09:17, gkout a écrit : No joy... openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb outputs : ESPA%D1A -- Erwann ABALEA - ypéritorhinotachytrope: colérique, qui s'énerve rapidement

Re: Special character in CA name

2011-12-15 Thread gkout
Tried utf8, RFC2253, esc_msb but the output remains the same in all cases. Lou Picciano wrote: > > as I understand it, using the utf8 option should allow any characters you > might want. > Let us know how you get on; I've had trouble with this, too... > > Lou Picciano > > - Original Me

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
No joy... openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb outputs : ESPA%D1A Erwann ABALEA wrote: > > Have you tried this: > > openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb > > Le 14/12/2011 19:16, Vladimir Puz a e'crit : >> I have the same problem, but with KO

Re: [openssl-users] Re: Special character in CA name

2011-12-14 Thread Erwann Abalea
Have you tried this: openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb Le 14/12/2011 19:16, Vladimir Puz a e'crit : I have the same problem, but with KOI8-RU certificates. It will be great if someone can help. *On Wed, 14 Dec 2011 16:19:41 + (UTC), Lou Picciano wrote* > as I un

Re: Special character in CA name

2011-12-14 Thread Vladimir Puz
I have the same problem, but with KOI8-RU certificates. It will be great if someone can help. On Wed, 14 Dec 2011 16:19:41 + (UTC), Lou Picciano wrote > as I understand it, using the utf8 option should allow any characters you > might want. > Let us know how you get on; I've had trouble with

Re: Special character in CA name

2011-12-14 Thread Lou Picciano
as I understand it, using the utf8 option should allow any characters you might want. Let us know how you get on; I've had trouble with this, too... Lou Picciano - Original Message - From: "gkout" To: openssl-users@openssl.org Sent: Tuesday, December 13, 2011 5:35:27 PM Subject: S