[Mono-bugs] [Bug 55563][Nor] Changed - None of the Mono system assemblies are strong named

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 08:48:01 -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=55563

--- shadow/55563	2004-03-14 06:00:33.000000000 -0500
+++ shadow/55563.tmp.25647	2004-03-15 08:48:01.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 55563
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,18 @@
 To ensure full compatibility with .NET, all Mono system assemblies should 
 be strongly named.
 
 Right now, none of the Mono system assemblies are strongly named.
 
 Is there are special reason for this ?
+
+------- Additional Comments From sebastien@ximian.com  2004-03-15 08:48 -------
+The issue is a little complex. There is already some support for it,
+e.g. right now we can strong name assemblies. However to be useful we
+must:
+- finish the GAC support;
+- special code to support the ECMA key (for most assemblies);
+- special code to support the Microsoft key (for some assemblies);
+- strong name validation to the runtime (when loading assemblies
+outside the GAC).
+- and some other issues (like managing the keys ;-)
+All those items are being worked on.