[Mono-bugs] [Bug 57941][Wis] Changed - CryptoConvert can't decode nunit.key

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 1 May 2004 11:48:15 -0400 (EDT)


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@ximian.com.

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

--- shadow/57941	2004-05-01 11:46:09.000000000 -0400
+++ shadow/57941.tmp.27826	2004-05-01 11:48:15.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,15 @@
 How often does this happen? 
 Always
 
 
 Additional Information:
 - This affects mscorlib.dll, Mono.Security.dll and mcs.exe
+
+------- Additional Comments From sebastien@ximian.com  2004-05-01 11:48 -------
+Facts (from late night)
+- The key file header is correct (first 16 bytes);
+- This is a 1024 bits RSA key pair (the type/size supported for
+strongnames);
+- The size is incompatible with PRIVATEKEYBLOB definition (see MSDN).
+- Signing does work with MS runtime;
+- Signing doesn't work with Mono.