Paul Hoffman wrote:
>> I have created a X.509 v3 client certificate using OpenSSL.
>> 
>> The CN and OU field contain UTF8 characters, in this case Thai 
>> characters for testing purposes.
> 
> Are those fields encoded with UTF8String as they should be?

Exactly, that's the crucial question. Chances are very high that the CN
and OU attributes are encoded as TeletexStrings/T61Strings - which means
that this is probably another manifestation of
https://bugzilla.mozilla.org/show_bug.cgi?id=458745.

Michael, try adding

  string_mask = MASK:0x2002

to your OpenSSL config file and recreate the certificate - this will
most likely fix your problem for Firefox (with the exception of the
title bar display).

Kaspar
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to