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=77342

--- shadow/77342        2006-01-25 11:11:28.000000000 -0500
+++ shadow/77342.tmp.2174       2006-01-25 11:31:29.000000000 -0500
@@ -188,6 +188,21 @@
 Is it possible that you attached the wrong Mono.Security.dll file ?
 
 To be 100% sure could you download your own attachment and repeat this
 test ?
 
 Thanks
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-01-25 11:31 -------
+I downloaded the attached Mono.Security dll and tested again.
+PKCS12.LoadFromFile(filename, String.Empty);
+PKCS12.LoadFromFile(filename, "");
+...work fine.
+
+PKCS12.LoadFromFile(filename, null);
+PKCS12.LoadFromFile(filename);
+...fails with "Invalid MAC........"
+
+Really strange?
+But if you say that you in the latest builds has changed the PKCS12 
+class so that it supports both empty strings and null as password, it 
+should be fine (I hope).
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to