[Mono-bugs] [Bug 78644][Nor] Changed - PKCS12.Password cannot be empty

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 14 09:50:59 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 sebastien at ximian.com.

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

--- shadow/78644	2006-06-14 09:36:03.000000000 -0400
+++ shadow/78644.tmp.6947	2006-06-14 09:50:58.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78644
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: pawel.sakowski at mind-breeze.com               
@@ -37,6 +37,24 @@
 
 
 ------- Additional Comments From sebastien at ximian.com  2006-06-14 09:36 -------
 that must be a case I missed when fixing 77342
 will check this asap
 thanks
+
+------- Additional Comments From sebastien at ximian.com  2006-06-14 09:50 -------
+Your test case isn't failing. You're either using an old mono version
+(or have an old Mono.Security.dll in your PATH) or you didn't supply
+the right test case.
+
+poupou at pollux:~/src> cat 78644.cs
+class Program {
+ 
+        static void Main ()
+        {
+                new Mono.Security.X509.PKCS12().Password = "";
+        }
+}
+poupou at pollux:~/src> mcs 78644.cs -r:Mono.Security.dll
+poupou at pollux:~/src> mono 78644.exe
+poupou at pollux:~/src>
+


More information about the mono-bugs mailing list