-
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
-
Thanks for the patch! It is included in the 1.3.1 release.
2009-08-07 11:22:54 UTC by mfive
-
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
-
mfive made 1 file-release changes.
2009-08-07 11:20:01 UTC by mfive
-
mfive made 1 file-release changes.
2009-08-07 11:17:01 UTC by mfive
-
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
-
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
-
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
-
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
-
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