[Mono-bugs] [Bug 75782][Wis] Changed - 8bit chars in RDN's
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 11 10:01:50 EDT 2005
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 dgranath at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75782
--- shadow/75782 2005-08-11 08:28:06.000000000 -0400
+++ shadow/75782.tmp.25334 2005-08-11 10:01:50.000000000 -0400
@@ -17,6 +17,10 @@
Summary: 8bit chars in RDN's
The Mono.Security.X509 namespace encodes RDN values containing 8bit chars
as PRINTABLESTRING (method X520Attributes.SelectBestEncoding), a better
approach would be to at least scan the incoming value for 8bit chars and in
case any was found, choose BMPString as encoding instead.
+
+------- Additional Comments From dgranath at gmail.com 2005-08-11 10:01 -------
+This is a rather big issue if you mainly deal with 8bit character
+sets, as I do ;) (I've already patched my sources though)
More information about the mono-bugs
mailing list