mussen
IBM DataPower
From: Viktor Dukhovni
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
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
-out utf8req.pem
Date: Thu, 14 Mar 2013 15:35:42 -0400
Subject: RE: openssl-user - UTF8 characters in configuration file
> Hi Rich!
>
> Glad to hear from you and hope all is well!
>
> Thanks for the tip, but I haven't cracked this nut yet. I've tried several
> permuta
rking.
Cheers
John
From: "Salz, Rich"
To: "openssl-users@openssl.org" ,
Cc: "owner-openssl-us...@openssl.org"
Date: 03/14/2013 12:53 PM
Subject:RE: openssl-user - UTF8 characters in configuration file
Sent by:owner-openssl-us...@ope
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
ser - 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 section i
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.
string_m
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