[Mono-bugs] [Bug 77342][Wis] New - Error loading PKCS#12 with no
password
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 09:37:51 EST 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 khe at kmd.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=77342
--- shadow/77342 2006-01-24 09:37:51.000000000 -0500
+++ shadow/77342.tmp.16662 2006-01-24 09:37:51.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 77342
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Mono.Security
+AssignedTo: sebastien at ximian.com
+ReportedBy: khe at kmd.dk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Error loading PKCS#12 with no password
+
+Hi Sebastien
+
+I'm trying to use some of the nightly builds of Mono.Security to implement
+some of your latest X509Certificate changes.
+Ran my NUnit tests and got errors from the PKCS#12 class in the following
+method:
+PKCS12.LoadFromFile(myPkcs12File, "");
+
+The problem is only with PKCS#12 files without password, where you get
+this exception:
+System.IndexOutOfRangeException : Index was outside the bounds of the
+array.
+
+I know the nightly builds are not stable, but I just wanted you to know.
+
+Regards,
+Kim
More information about the mono-bugs
mailing list