[Mono-bugs] [Bug 75892][Wis] Changed - PKCS #12 PBE algorithms and compatibility

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 26 09:59:02 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-24 08:16:18.000000000 -0400
+++ shadow/75892.tmp.19434	2005-08-26 09:59:02.000000000 -0400
@@ -29,6 +29,21 @@
 
 Could you attach a few examples for such PKCS12 files (e.g. one
 without a password, one with a short password and one with a long, >
 32, password) ?
 
 Thanks
+
+------- Additional Comments From dgranath at gmail.com  2005-08-26 09:59 -------
+My initial assumption seems to be wrong since there doesn't seem to be
+a problem with loading the p12's, but rather with using them in a ssl
+context. This is the error message I get from java:
+
+HTTP transport error: java.net.SocketException: Default SSL context
+init failed: failed to decrypt safe contents entryjava.
+security.NoSuchAlgorithmException: RC2 Only for safeContents)
+
+This error goes away if I use RC2 as PBE for the certbag...
+
+As you implied it's easy to patch the p12 class to use RC2 instead of
+tripledes for CertBag PBE, but there's no way to programmatically do
+it, is there?


More information about the mono-bugs mailing list