[Mono-bugs] [Bug 78901][Maj] New - X509Crl can not load CRL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 19 10:47:52 EDT 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 jaillet at gfi.fr.

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

--- shadow/78901	2006-07-19 10:47:51.000000000 -0400
+++ shadow/78901.tmp.10244	2006-07-19 10:47:52.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 78901
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Mono.Security
+AssignedTo: sebastien at ximian.com                            
+ReportedBy: jaillet at gfi.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: X509Crl can not load CRL
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+I have generated an empty CRL with OpenSSL (DER format). When I want to 
+load it an error message "Input data cannot be coded as a valid CRL." 
+appears.
+
+In the Parse function of the X509Crl class after the assignment of 
+nextUpdate, next is set to null because index = elist.Count = 4. So an 
+exception is thrown when next.Tag is evaluated.
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+Get the error "Input data cannot be coded as a valid CRL."
+
+Expected Results:
+No error
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+It works when once a revoked certificate is add to the CRL.


More information about the mono-bugs mailing list