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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to