[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
Sat, 18 Oct 2003 11:30:02 -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 vargaz@freemail.hu.

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

--- shadow/49785	2003-10-18 11:29:09.000000000 -0400
+++ shadow/49785.tmp.11438	2003-10-18 11:30:02.000000000 -0400
@@ -64,6 +64,15 @@
 Zoltan, please review and commit. Thanks!
 
 ------- Additional Comments From vargaz@freemail.hu  2003-10-18 11:29 -------
 Created an attachment (id=5658)
 keyfile
 
+
+------- Additional Comments From vargaz@freemail.hu  2003-10-18 11:30 -------
+The patch looks Ok, I checked it in, but there seems to be some
+problem with the CryptoConvert stuff. If I compile an app with
+csc, the resulting assembly contains a public key of length 160, while
+if I compile it with mcs, the public key length is 148, and the bytes
+are not the same. I attached the input snk file.
+
+