[Mono-bugs] [Bug 68907][Nor] Changed - ASN.1 cannot encoding objects bigger than 64k

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Oct 2004 16:13:38 -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.15117	2004-10-28 16:13:38.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Mono.Security
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: sebastien@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: ASN.1 cannot encoded objects bigger than 64k
+Summary: ASN.1 cannot encoding 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).