smimesign icon indicating copy to clipboard operation
smimesign copied to clipboard

An S/MIME signing utility for use with Git

Results 59 smimesign issues
Sort by recently updated
recently updated
newest added

There's a few test failures that are occuring in the following tests: * `TestVerifyOutlookDetached` * `TestVerifySmimesignAttachedWithTimestamp` We have addressed them in production by ignoring the tests in CI. However, we...

- Update some libs on the go - Add fix from #114 - Do not show expired certs by default, add option to show expired certs - add option to...

The readme was lacking info about how to select the appropriate key. Added.

I want to use smimesign on my Mac for git. I'm a happy windows user of this already. In Mac 15.3.1 (24D70) I did everything needed to sign commits and...

Hi. There is a time bomb in the self-checks that will trigger after 2028-01-18. We are going to disable this self-test in Debian to avoid it causing trouble. Could you...

The Eclipse IDE's git provider (EGit) supports S/MIME (X.509) signatures using an external gpg, but smimesign does not support several of the command-line options it uses (they are supported by...

Due to newer openssl-version in windows actions runner, pfx-exporting is not working with stdin anymore or in another way. To solve this issue keyfile will be exported to temporary file...

Fixes a race condition caused by a hanging global var. From what I see it's not used anywhere (only in the commented debug log)