jsign icon indicating copy to clipboard operation
jsign copied to clipboard

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts

Results 64 jsign issues
Sort by recently updated
recently updated
newest added

Hello all. First of all, thank you for your work. I'm trying to use jsign to sign files, but I have a problem that I can't solve. I have Sectico...

enhancement

Only compare public keys between the keystore certificate and the certificate chain provided by the user instead of the full certificate.

Add an option to ignore certificate chain provided by the store and use the one provided by the user without any check.

Hi, I'have isolated the initializeProxy to be able to set environment http.proxyUrl, http.proxyUser & http.proxyPassword to be able to pass local proxy.

A verification method has been implemented, which is in the TODO list. After I couldn't find the cause of the exception: **Exception in thread "main" java.lang.NullPointerException at org.bouncycastle.cms.CMSSignedData$1.write(Unknown Source)** pointed...

We are using GaraSign CLI to sign .NET packages that internally uses jsign. I have installed jsign 6.0 but when i try to sign a .exe file i get the...

Hi, signtool 32 bit supports this: Subject Interface Packages (SIPs) that enable the digital signing and signature verification of Visual Basic for Applications projects within most Microsoft Office file formats...

enhancement
helpwanted

Hi, I'm consistently getting `Signature verification failed, the private key doesn't match the certificate` I'm running JSign on Linux Ubunutu I'm using GCP KMS and this is my command: ```...

Thanks for releasing 6.0 with msix installer! I am running into an issue with using the `--replace` option when using jsign to sign a `msix` package. I am under the...

bug

For better compatibility with the JPMS (Java Platform Module System) it would be desirable to either have an Automatic-Module-Name defined in the META-INF file or a module-info.java (possibly as a...

enhancement