[Mono-bugs] [Bug 75987][Nor] New - CRL ThisUpdate & NextUpdate UTC conversion

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 5 10:04:18 EDT 2005


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 dgranath at gmail.com.

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

--- shadow/75987	2005-09-05 10:04:18.000000000 -0400
+++ shadow/75987.tmp.13730	2005-09-05 10:04:18.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 75987
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Mono.Security
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: dgranath at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CRL ThisUpdate & NextUpdate UTC conversion
+
+I think these conversions in the CRL parsing stage:
+
+  thisUpdate = ASN1Convert.ToDateTime (toBeSigned [n++]);
+  nextUpdate = ASN1Convert.ToDateTime (next);
+
+should be: 
+
+  thisUpdate = ASN1Convert.ToDateTime (toBeSigned [n++]).ToUniversalTime();
+  nextUpdate = ASN1Convert.ToDateTime (next).ToUniversalTime();


More information about the mono-bugs mailing list