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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 1 May 2004 11:46:09 -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.27804	2004-05-01 11:46:09.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 57941
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sebastien@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CryptoConvert can't decode nunit.key
+
+Description of Problem:
+NUnit ships with a strongname key pair that is 490 bytes long.
+
+
+Steps to reproduce the problem:
+1. Download nunit (http://www.nunit.org)
+2. Try signing an assembly referencing nunit.key
+
+
+Actual Results:
+CryptographicException
+
+
+Expected Results:
+Signing without error (as MS runtime)
+
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+- This affects mscorlib.dll, Mono.Security.dll and mcs.exe