Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit signing with smimesign

Hi André,

On 13 Apr 2022, at 12:35, Bossert, Andre <anb0s@xxxxxxxx> wrote:

we are using Git with signed commits (git commit -S) and the configuration with x509 and smart card support via https://github.com/github/smimesign


1. JGit implements signing and signature verification only for PGP signatures. X509 signing or SSH signing  is not implemented.

2. EGit has a preference to use an external GPG instead of the built-in BouncyCastle implementation. But for S-MIME signatures I guess the parameters passed would have to be different. The implementation does not support this.

Cheers,

  Thomas



Back to the top