[Mono-bugs] [Bug 388602] New: Signcode does not sign MSI-files

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 9 04:49:01 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=388602


           Summary: Signcode does not sign MSI-files
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Mono.Security
        AssignedTo: spouliot at novell.com
        ReportedBy: chris-novell.com at tellefsen.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: Third Party Developer/Partner


signcode does not sign MSI-files properly. MSI-files are not signed, even
though the program prints "Success".

Steps to reproduce:
1. Using makecert, create a private key and certificate (e.g. using Microsoft's
own makecert)
2. Attempt to sign a Microsoft Installer file (.msi)
Command: signcode -v test.pvk -spc test.spc file.msi
3. Note that signcode reports "Success".
4. Using chktrust (from mono or Microsoft), note that no digital signature is
found for the file.


This was tested with Mono 1.2.6 and 1.9.1.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list