[Mono-bugs] [Bug 76627][Min] Changed - PKCS12 doesn't accept
multiple keys of the same size/algorithm
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 3 12:06:17 EST 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 jnmiller at cryptofreak.org.
http://bugzilla.ximian.com/show_bug.cgi?id=76627
--- shadow/76627 2005-11-03 12:04:06.000000000 -0500
+++ shadow/76627.tmp.17559 2005-11-03 12:06:17.000000000 -0500
@@ -29,6 +29,11 @@
PKCS12 bag = new PKCS12();
bag.AddPkcs8ShroudedKeyBag(key1);
bag.AddPkcs8ShroudedKeyBag(key2);
Assert.AreEqual(bag.Keys.Count, 2);
+
+------- Additional Comments From jnmiller at cryptofreak.org 2005-11-03 12:06 -------
+Created an attachment (id=16025)
+Full test case (requires Mono.Security.dll, of course)
+
More information about the mono-bugs
mailing list