Re: common name charset question

2008-12-15 Thread Matteo Cazzador
> On Fri, Dec 12, 2008 at 2:02 PM, Victor Duchovni > wrote: >> On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: >> >>> >Correctly implemented certificate parsers will display UTF8 encodings >>> to >>> >the user in a way that the user can understand. The code-points are >>> >logica

Re: common name charset question

2008-12-14 Thread Victor Duchovni
On Sun, Dec 14, 2008 at 08:22:38AM -0800, Kyle Hamilton wrote: > On Fri, Dec 12, 2008 at 2:02 PM, Victor Duchovni > wrote: > > On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: > > > >> >Correctly implemented certificate parsers will display UTF8 encodings to > >> >the user in a wa

Re: common name charset question

2008-12-14 Thread Kyle Hamilton
On Fri, Dec 12, 2008 at 2:02 PM, Victor Duchovni wrote: > On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: > >> >Correctly implemented certificate parsers will display UTF8 encodings to >> >the user in a way that the user can understand. The code-points are >> >logically >> >the sa

Re: common name charset question

2008-12-12 Thread Victor Duchovni
On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: > >Correctly implemented certificate parsers will display UTF8 encodings to > >the user in a way that the user can understand. The code-points are > >logically > >the same regardless of the encoding. UTF-8 is the only non Latin enco

Re: common name charset question

2008-12-12 Thread Matteo Cazzador
Victor Duchovni ha scritto: On Fri, Dec 12, 2008 at 10:24:46PM +0100, Matteo Cazzador wrote: Victor Duchovni ha scritto: On Fri, Dec 12, 2008 at 09:57:34PM +0100, Matteo Cazzador wrote: is it possible to use charset like croatian or russian in the common name field to genera

Re: common name charset question

2008-12-12 Thread Victor Duchovni
On Fri, Dec 12, 2008 at 10:24:46PM +0100, Matteo Cazzador wrote: > Victor Duchovni ha scritto: > >On Fri, Dec 12, 2008 at 09:57:34PM +0100, Matteo Cazzador wrote: > > > > > >>is it possible to use charset like croatian or russian in the > >>common name field to generate a /pkcs12/ certificate? >

Re: common name charset question

2008-12-12 Thread Matteo Cazzador
Victor Duchovni ha scritto: On Fri, Dec 12, 2008 at 09:57:34PM +0100, Matteo Cazzador wrote: is it possible to use charset like croatian or russian in the common name field to generate a /pkcs12/ certificate? Yes, you can use UTF8, which includes Russian and Croatian characters.

Re: common name charset question

2008-12-12 Thread Victor Duchovni
On Fri, Dec 12, 2008 at 09:57:34PM +0100, Matteo Cazzador wrote: > is it possible to use charset like croatian or russian in the > common name field to generate a /pkcs12/ certificate? Yes, you can use UTF8, which includes Russian and Croatian characters. > charset like iso-8859-2, windows-1250

common name charset question

2008-12-12 Thread Matteo Cazzador
hello, i've a problem/question is it possible to use charset like croatian or russian in the common name field to generate a /pkcs12/ certificate? charset like iso-8859-2, windows-1250 so non standard ascii charset. And if is it possible how i can do it? tahnk's a lot -- *