On Thu, Aug 18, 2005 at 10:41:45AM +0200, Gerd Schering wrote: > Hallo, > > could someone tell me how can I se if a CSR contains utf8 strings in the > DN ? > openssl req -in csr -noout -text -nameopt show_type > has not the desired effect. You can use:
openssl asn1parse -in request.pem ... if you understand ASN.1 syntax. Peter Benko ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]