[Mono-bugs] [Bug 75892][Wis] Changed - PKCS #12 PBE algorithms and
compatibility
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 29 04:08:39 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=75892
--- shadow/75892 2005-08-26 11:07:42.000000000 -0400
+++ shadow/75892.tmp.1467 2005-08-29 04:08:39.000000000 -0400
@@ -58,6 +58,19 @@
that would allow setting an RC2 instance (or anything else we have to
OID for).
I don't have BC installed (and neither Java) so it would be nice if
you could attach the samples on this bug report.
Thanks.
+
+------- Additional Comments From dgranath at gmail.com 2005-08-29 04:08 -------
+see http://www.bouncycastle.org/devmailarchive/msg05102.html for a bit
+of info. When I forced the use of the BC PKCS #12 implementation, the
+mono p12's could be used for ssl client authentication. I guess it was
+the Sun implementation (the default) which couldn't handle it...
+
+Perhaps it would be a good idea to be able to specify PBE algorithm
+when you create the bag, like for example:
+
+ public void AddPkcs8ShroudedKeyBag (
+ AsymmetricAlgorithm, IDictionary, string pbeAlg)
+
More information about the mono-bugs
mailing list