RE: openssl ca -subj and -utf8

2010-08-11 Thread Eisenacher, Patrick
Hi Steve, > -Original Message- > From: Dr. Stephen Henson > > On Wed, Aug 11, 2010, Eisenacher, Patrick wrote: > > > Hi, > > > > I can make openssl's ca tool issue certificates with the > subject's dname encoded as UTF8String for requests with UTF-8 > encoded subject dnames. However, when

Re: openssl ca -subj and -utf8

2010-08-11 Thread Dr. Stephen Henson
On Wed, Aug 11, 2010, Eisenacher, Patrick wrote: > Hi, > > I can make openssl's ca tool issue certificates with the subject's dname > encoded as UTF8String for requests with UTF-8 encoded subject dnames. > However, when I change the subject via the -subj commandline option, I can't > seem to g

openssl ca -subj and -utf8

2010-08-11 Thread Eisenacher, Patrick
Hi, I can make openssl's ca tool issue certificates with the subject's dname encoded as UTF8String for requests with UTF-8 encoded subject dnames. However, when I change the subject via the -subj commandline option, I can't seem to get a certificate with a UTF-8 encoded subject dname. Here's w