[Mono-bugs] [Bug 77295][Wis] Changed - X.509 certificates does not
support T61STRING (Teletex) encoding
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 20 09:26:41 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77295
--- shadow/77295 2006-01-18 13:01:18.000000000 -0500
+++ shadow/77295.tmp.12654 2006-01-20 09:26:41.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 77295
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Mono.Security
AssignedTo: sebastien at ximian.com
ReportedBy: khe at kmd.dk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Problems with danish chars in X.509 certificate
+Summary: X.509 certificates does not support T61STRING (Teletex) encoding
I have a certificate where the common name contains the following danish
word "Møbelhandel".
OpenSSL and Windows certificate browser are both able to show this word
correctly, but when I call the X509Certificate.SubjectName property, I
just get "Mbelhandel". The danish 'ø' character is missing.
@@ -54,6 +54,14 @@
------- Additional Comments From sebastien at ximian.com 2006-01-18 13:01 -------
Both the CN and O contains "Møbelhandel" and are (both) encoded as
TeletexString - which isn't supported in Mono implementation.
Any reason for not using UTF8 ?
+
+------- Additional Comments From sebastien at ximian.com 2006-01-20 09:26 -------
+[conclusion from email discussions]
+* OpenSSL seems to prefer encoding into T61STRING even if UTF8STRING
+was specified (along with T61STRING as accepted encoding);
+* Changing this is possible but the certificates already issued are
+still T61STRING encoded when non-ASCII characters are used.
+
More information about the mono-bugs
mailing list