[Mono-bugs] [Bug 55364][Min] Changed - We do not report (nor fail) for CS1548 - Cryptographic failure while signing assembly ...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 11:28:07 -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=55364

--- shadow/55364	2004-03-24 11:24:54.000000000 -0500
+++ shadow/55364.tmp.27136	2004-03-24 11:28:07.000000000 -0500
@@ -92,6 +92,17 @@
 Suddenly it all make sense ;-)
 
 ------- Additional Comments From sebastien@ximian.com  2004-03-24 11:24 -------
 Created an attachment (id=7083)
 strongname.diff
 
+
+------- Additional Comments From sebastien@ximian.com  2004-03-24 11:28 -------
+The strongname.diff patch correct the CS1548 problem on MS runtime. It
+should work without problem with Mono after I fix AssemblyBuilder
+(mainly by removing some stuff).
+
+The current patch use a file from Mono.Security assembly
+(CryptoConvert) to decode CryptoAPI key blobs. The file should either 
+(a) by copied into mcs (easier); or
+(b) re-written for mcs (slimmer).
+