osslsigncode | OpenSSL based Authenticode signing for PE/MSI/Java CAB files | SSH Utils library
kandi X-RAY | osslsigncode Summary
kandi X-RAY | osslsigncode Summary
osslsigncode is a small tool that implements part of the functionality of the Microsoft tool signtool.exe - more exactly the Authenticode signing and timestamping. But osslsigncode is based on OpenSSL and cURL, and thus should be able to compile on most platforms where these exist.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of osslsigncode
osslsigncode Key Features
osslsigncode Examples and Code Snippets
Community Discussions
Trending Discussions on osslsigncode
QUESTION
Being stuck with signing (Authenticode) using PKCS#11 tokens, and given the amazingly poor driver support from the vendor (SafeNet), we're signing Windows code on Linux.
All of this is working fine using all of our tokens on several build servers. However, I have one token that fails, depending on the mechanism being used. From Java, using Jsign and the SunPKCS11 provider, everything works fine with this token.
However, from osslsigncode, signing fails with this token:
...ANSWER
Answered 2019-Jul-22 at 12:37The solution, at least for now, seems to be just deleting the CA certs from the token (via SAC Tools on Windows). Once done, osslsigncode (via the PKCS#11 stack) has no problem finding the token. The CA certs aren't needed for signing, so deleting them presents no problem.
QUESTION
I'm currently working on porting a CoffeeScript to native NodeJS but I'm coming across a few bumps, It's basically "signing" after injecting files.
The error I'm getting is: ReferenceError: which is not defined
Here's my Node code:
...ANSWER
Answered 2019-Jun-19 at 14:29I presume the application you were using this with was using the which package to verify whether a binary exists.
You'd need to install this and call it using the Node syntax.
QUESTION
I have an java swing application and building executable for three platform Window (exe), macOS(.app) an linux(.sh). I also have a .p12 file and need to signed for three platform executable.
I have signed for exe file on windows by osslsigncode
and can check as digital signature tab in properties of exe file.
Now, I facing with problem that is i don't know how to sign a .p12 file to macOS executable(.app) and linux executable(.sh).
I also confuse that can we sign the .p12 file to macOS and Linux executable on linux build server like windows digital signature?
I have used linux build server to build executable for three platform
I also try with openssl
command as:
ANSWER
Answered 2018-Nov-29 at 14:08you can extract the private key form the .p12 (pfx) with this command
QUESTION
I want to sign a static .exe build of one of my Open Source programs so that it will be executable in a "normal" manner to a "normal" Windows user.
I bought an Open Source Code Signing Certificate from certum.eu to be able to do this.
After some searching on the internet, I tried to sign the exe file using osslsigncode 1.7.1 on my Linux maching using
...ANSWER
Answered 2017-Jan-05 at 07:21Short answer: Wait a couple of days and the problem will disappear.
I had the same issue with my Certum certificate earlier this year. And a few years ago, I had a commercial certificate I got from Comodo and it initially had the same issue as well.
The bottom line is that your new certificate and signed binaries needs some time to gain trust and auto-verified by Microsoft's code-signing reputation service.
Start distributing your signed exe to as many PC as you can and do the "advanced" option to force the exe to run anyway. That might help bump the reputation up faster.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install osslsigncode
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page