[Mono-bugs] [Bug 68907][Nor] New - ASN.1 cannot encoded objects bigger than 64k
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Oct 2004 15:56:12 -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=68907
--- shadow/68907 2004-10-28 15:56:12.000000000 -0400
+++ shadow/68907.tmp.14174 2004-10-28 15:56:12.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 68907
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Mono.Security
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastien@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ASN.1 cannot encoded objects bigger than 64k
+
+Description of Problem:
+
+GetBytes doesn't process more than 2 bytes (0x82) for the length of an
+object. This isn't a problem for most X.509 certificates but can become a
+problem in larger structures (e.g. CRL).
+
+Note: No we're not gonna use undefined length encoding here ;-)