[Mono-bugs] [Bug 68903][Nor] Changed - ASN.1 doesn't support undefined length encoding

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 17:29:47 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68903

--- shadow/68903	2004-11-14 23:57:27.000000000 -0500
+++ shadow/68903.tmp.19024	2005-05-10 17:29:47.000000000 -0400
@@ -60,6 +60,13 @@
 - which also means that we need a new encoder - or use the old one...).
 
 I'll be doing more tests on the new implementation (as this wasn't the
 only known problem with the class) and probably starts to gradually
 migrate some code to the new decoder. The old ASN1 class will stays in
 Mono.Security to ensure compatibility with existing software.
+
+------- Additional Comments From sebastien@ximian.com  2005-05-10 17:29 -------
+A preview of the new decoder is available at
+http://svn.myrealbox.com/source/trunk/mono-tools/asn1view/common/ASN1Decoder.cs
+It is part of a ASN.1 Viewer using Gtk#. Once debugged (and with some
+additional features) it will become the new decoder used in
+Mono.Security.dll.