[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
Fri Aug 12 10:26:58 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-11 08:51:29.000000000 -0400
+++ shadow/75779.tmp.13465	2005-08-12 10:26:58.000000000 -0400
@@ -50,6 +50,16 @@
 Yes that would be possible too - _if_ other implementations don't
 requires it. 
 
 We could add a new bool property (default to false), like
 ApplyCryptoApiLimitations, so it wouldn't break binary (assembly or
 existing data) compatibility.
+
+------- Additional Comments From sebastien at ximian.com  2005-08-12 10:26 -------
+The import wizard GUI is limited to 32 chars, so it can only validate
+up to 31 chars as password (null). I was curious if you had tried the
+PFXImportCertStore API directly for the same limit ? (or not I'll try
+this later).
+
+I tried FF and I get an "unknown" import error for 31, 32 and 40
+length passwords (but a different one if I enter the wrong password).
+This is probably due to the fact that I'm importing a self-signed cert.


More information about the mono-bugs mailing list