osslsigncode icon indicating copy to clipboard operation
osslsigncode copied to clipboard

OpenSSL based Authenticode signing for PE/MSI/Java CAB files

Results 9 osslsigncode issues
Sort by recently updated
recently updated
newest added

I'm using osslsigncode in an airgapped environment where all files entering the zone are scanned before permitiing them to enter. Recent changes (since version 2.6) in osslsigncode have added the...

**Description:** I've observed a discrepancy between the behavior of Windows `signtool` and `osslsigncode` when signing an Appx file without specifying a timestamp server URL. When using `signtool`, the resulting signature...

This was working until I did a brew update, now the osslsigncode just hangs after saying 'Engine "pcks11" set'. Already updated osslsigncode to latest version and built again, just in...

On Windows x64, errors are written to stdout instead of stderr. For example, in the following example: ``` Engine "pkcs11" set. Hash method is SHA256 Warning: Ignore -h option, use...

I'm curious about signing windows drivers. On windows I'm using `signtool.exe /a /ac [CA-file] /f [pfx-file] [driver-path]` I played a bit around with `osslsigncode` but I it seems that it...

bug

## Description: SIGSEGV in check_key_fork Affected version: v2.8. ## Steps to Reproduce: Build under CentOS Stream 9, gcc (GCC) 11.4.1, (libcrypto v3.2.1) run: ```bash osslsigncode sign \ -pkcs11engine /usr/lib64/engines-3/pkcs11.so \...

Instead of just adding the blob `---BEGIN_BLOB---...---END_BLOB---` which can then be replaced with another script, I think it would be more useful if we could specify the contents of the...

enhancement

Hi, I am currently trying to use the `-pkcs11engine` optoion and using the AWS CloudHSM [PKCS#11 library](https://docs.aws.amazon.com/cloudhsm/latest/userguide/pkcs11-library.html). Currently, I am getting the following error: ``` osslsigncode sign \ -pkcs11engine /usr/lib/x86_64-linux-gnu/engines-3/cloudhsm.so...