Re: openssl-user - UTF8 characters in configuration file

2013-03-18 Thread rasmussj
openssl-us...@dukhovni.org To: openssl-users@openssl.org, Date: 03/15/2013 12:06 PM Subject:Re: openssl-user - UTF8 characters in configuration file Sent by:owner-openssl-us...@openssl.org On Fri, Mar 15, 2013 at 09:44:13AM +0100, Zbyn?k Krej??k wrote: I tried this some

RE: openssl-user - UTF8 characters in configuration file

2013-03-15 Thread Zbyněk Krejčík
utf8req.pem utf8user.txt Hope this helps Zbynek -Original Message- From: rasmu...@us.ibm.com To: openssl-users@openssl.org Cc: owner-openssl-us...@openssl.org owner-openssl- us...@openssl.org Date: Thu, 14 Mar 2013 15:35:42 -0400 Subject: RE: openssl-user - UTF8 characters in configuration

Re: openssl-user - UTF8 characters in configuration file

2013-03-15 Thread Viktor Dukhovni
On Fri, Mar 15, 2013 at 09:44:13AM +0100, Zbyn?k Krej??k wrote: I tried this some 2yrs ago what seemed to work (at least wins showed the strings in cert correctly) in [ req ] ... distinguished_name= req_distinguished_name attributes= req_attributes string_mask =

openssl-user - UTF8 characters in configuration file

2013-03-14 Thread rasmussj
I'm using the following configuration file section in an attempt to create a CA with UTF8 characters in subject (and other) fields. string_mask = utf8only prompt = no [ req ] default_bits= 2048 default_keyfile = /opt/rasmussjCa/private/cakey.pem

Re: openssl-user - UTF8 characters in configuration file

2013-03-14 Thread Walter H.
Hello John, I had the same problem; the solution is just: UTF8String or UTF8 and not UTF8STRING Walter On 14.03.2013 17:06, rasmu...@us.ibm.com wrote: I'm using the following configuration file section in an attempt to create a CA with UTF8 characters in subject (and other) fields.

Re: openssl-user - UTF8 characters in configuration file

2013-03-14 Thread rasmussj
: openssl-user - UTF8 characters in configuration file Sent by:owner-openssl-us...@openssl.org Hello John, I had the same problem; the solution is just: UTF8String or UTF8 and not UTF8STRING Walter On 14.03.2013 17:06, rasmu...@us.ibm.com wrote: I'm using the following configuration file

RE: openssl-user - UTF8 characters in configuration file

2013-03-14 Thread Salz, Rich
Hi John! Looking at apps/req.c, it seems you want to use the -utf8 flag (or put utf8: yes in your conf file [req] section) and not prefix the string with an identifier. -- Principal Security Engineer Akamai Technology Cambridge, MA

RE: openssl-user - UTF8 characters in configuration file

2013-03-14 Thread rasmussj
From: Salz, Rich rs...@akamai.com To: openssl-users@openssl.org openssl-users@openssl.org, Cc: owner-openssl-us...@openssl.org owner-openssl-us...@openssl.org Date: 03/14/2013 12:53 PM Subject:RE: openssl-user - UTF8 characters in configuration file Sent by:owner