[Mono-bugs] [Bug 69721][Wis] Changed - Add /key switch to ilasm

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Nov 2004 15:42:28 -0500 (EST)


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=69721

--- shadow/69721	2004-11-19 17:03:33.000000000 -0500
+++ shadow/69721.tmp.21032	2004-11-22 15:42:27.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69721
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: IL assembler
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -21,6 +21,15 @@
 tool) to be able to sign assemblies generated from IL.
 It would allow us to fully reassemble Nemerle dlls from 1.1 to 2.0 runtime
 versions without even loosing keyfile information.
 
 Additional Information:
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpconmsilassemblerilasmexe.asp
+
+------- Additional Comments From sebastien@ximian.com  2004-11-22 15:42 -------
+Mono's Ilasm doesn't use AssemblyBuilder so it can't use corlib
+built-in code to strongname an assembly. So it must either:
+
+(a) link Mono.Security.dll assembly; or
+(b) copy the CryptoConvert and StrongName classes from Mono.Security;
+
+and sign the generated assembly once it's saved to disk.