Share

OpenSSL-based signcode utility

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2005-01-19 cvs -d:pserver:anonymous@osslsigncode.cvs.sourceforge.net:/cvsroot/osslsigncode login

cvs -z3 -d:pserver:anonymous@osslsigncode.cvs.sourceforge.net:/cvsroot/osslsigncode co -P modulename

Show:

What's happening?

  • Keep getting "OpenSSL is required" running configure

    I'm trying to run the configure script (version 1.3.1) and have OpenSSL installed (ubuntu) however always receive the "OpenSSL is required" or "error: Could not find openssl" if I run it with --with-openssl. What do I need to do to get the configure script to recognize that I have OpenSSL installed?.

    2009-10-30 17:34:52 UTC by drothauser

  • Comment: Allow signing of 64bit executables

    Thanks for the patch! It is included in the 1.3.1 release.

    2009-08-07 11:22:54 UTC by mfive

  • osslsigncode 1.3.1

    Platform-independent tool for Authenticode signing of EXE/CAB files - uses OpenSSL and libcurl. Includes fix for signing of 64-bit executables.

    2009-08-07 11:21:52 UTC by mfive

  • OpenSSL-based signcode utility

    mfive made 1 file-release changes.

    2009-08-07 11:20:01 UTC by mfive

  • OpenSSL-based signcode utility

    mfive made 1 file-release changes.

    2009-08-07 11:17:01 UTC by mfive

  • Allow signing of 64bit executables

    The windows specific optional header and standard header have different sized fields for 64 bit executables. This patch checks the magic number for the PE type PE32 or PE32+ and adjusts offsets into the headers for the locations of data accordingly.

    2008-12-02 00:24:07 UTC by pkendall

  • osslsigncode: Version 1.3 released

    Platform-independent tool for Authenticode signing of EXE/CAB files - uses OpenSSL and libcurl. It also supports timestamping. Includes padding fix and support for signing of already signed files.

    2008-01-31 19:18:47 UTC by mfive

  • Comment: Use stdin/stdout for input and output

    This project looks sorta dead, I'm afraid. I just created a patch myself for signing exes which are already signed, but I doubt this stdin/out thing will happen. It looks like the files are memory mapped, and that probably wouldn't translate well to streams like that.

    2007-04-02 20:55:32 UTC by ark42

  • Patch to allow signing already signed exe's and also fix pad

    Here is a patch which fixes the bug where when you sign an exe file which is already signed, the file will grow and grow each time with garbage old signed data still stuck at the end. This patch fixes osslsigncode to check if signed information already exists according to the PE header, and ignore the rest of the input file starting the point where the old signed data exists. Also, it fixes the...

    2007-04-02 20:41:56 UTC by ark42

  • Use stdin/stdout for input and output

    First, love the app. In my use case however, I could really benefit from being able to tell osslsigncode to read from stdin and output to stdout instead of having to specify 2 files. That way I could use this in a pipeline with other commands.

    2007-01-10 17:11:44 UTC by noise

Our Numbers