pana wrote:
I used those commands: "openssl asn1parse -inform TXT -in in.txt -out out.tx"

"openssl asn1parse ..." doesn't support "TXT" input

and "openssl asn1parse -genstr 'UTF8:Hello World' "

works for me:

[EMAIL PROTECTED]:~> openssl version
OpenSSL 0.9.8-beta4-dev XX xxx XXXX
[EMAIL PROTECTED]:~> openssl asn1parse -genstr 'UTF8:Hello World'
    0:d=0  hl=2 l=  11 prim: UTF8STRING

Then I tryed to use it in the openssl.cnf file
"myextension=IA5STRING:Hello World"

did you read doc/openssl.txt ?

what error messages do you get ?

Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to