[Mono-bugs] [Bug 75779][Wis] Changed - Mono PKCS #12's with passwords longer than 31 bytes cannot be validated by Microsoft

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 6 12:27:06 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 sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75779

--- shadow/75779	2005-08-12 11:47:24.000000000 -0400
+++ shadow/75779.tmp.2515	2005-10-06 12:27:06.000000000 -0400
@@ -65,6 +65,16 @@
 This is probably due to the fact that I'm importing a self-signed cert.
 
 ------- Additional Comments From dgranath at gmail.com  2005-08-12 11:47 -------
 PFXImportCertStore behaves in the same way, or rather it actually
 truncates the pwd you send in if it's longer than 32 bytes, no error
 msg or anything. This was how I discovered this bug/feature.
+
+------- Additional Comments From sebastien at ximian.com  2005-10-06 12:27 -------
+OpenSSL accept password > 31 chars
+
+openssl pkcs12 -in long32.p12 -out long32.pem -nodes
+Enter Import Password:
+MAC verified OK
+
+I've updated mono with an "interoperability warning". I'll look into
+adding a property to truncate the password to 31 chars later.


More information about the mono-bugs mailing list