[Mono-bugs] [Bug 49785][Nor] Changed - AssemblyBuilder should extract the public key from the .snk file
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 22:44:53 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=49785
--- shadow/49785 2003-10-17 22:44:30.000000000 -0400
+++ shadow/49785.tmp.9191 2003-10-17 22:44:53.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49785
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: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -48,6 +48,17 @@
AssemblyBuilder.
------- Additional Comments From spouliot@videotron.ca 2003-10-17 22:44 -------
Created an attachment (id=5656)
AssemblyBuilder patch for StrongName
+
+------- Additional Comments From spouliot@videotron.ca 2003-10-17 22:44 -------
+I copied the whole CryptoConvert.cs file from Mono.Security (just
+like many others classes that are required internally by corlib) and
+added it to the corlib's build. Here's attached is the patch for
+AssemblyBuilder.cs for review.
+
+N.B. Mono doesn't yet support key containers (I'll eventually get
+there) but I added support for AssemblyKeyName (no reason not to).
+
+Zoltan, please review and commit. Thanks!