[Mono-bugs] [Bug 80924][Wis] Changed - signcode does not prompt for the .pvk password
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 23 13:08:53 EST 2007
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80924
--- shadow/80924 2007-02-21 10:22:41.000000000 -0500
+++ shadow/80924.tmp.13658 2007-02-23 13:08:53.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80924
Product: Mono: Tools
Version: 1.1
-OS:
+OS: unknown
OS Details: Debian (Etch)
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: tools
AssignedTo: mono-bugs at ximian.com
ReportedBy: viraj at linux.lk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -60,6 +60,27 @@
found a similar case and a suggested workaround on following location.
http://projects.zillabit.com/authenticode.html
~viraj
+
+------- Additional Comments From sebastien at ximian.com 2007-02-23 13:08 -------
+Existing unit tests works for both PVK with and without password.
+There must be a "bad" format check, or a sub-format I'm unaware of
+(this stuff isn't much documented).
+
+I'm attaching a sample code to the bug report, please download it as a
+file named: 80924.cs
+
+The compile it like this:
+
+mcs 80924.cs -unsafe
+
+and execute it like
+
+mono 80924.exe yourpvk.pvk password
+
+This should print things like 1, 2, 3, 4 and/or weak. This will tell
+me where the code fails a check - without giving me your password or
+key ;-). Please attach the result to the bug report.
+Thanks
More information about the mono-bugs
mailing list