
Your own code to talk to the PKCS#11 provider and ask it to perform theĬryptographic operation and have OpenSSL SMIME it.

PKCS#11 engine from the OpenSC project, or it's fairly simple to write The addition of the signatures can also be done with OpenSSL using the The verification is trivially done with OpenSSL since the certificateĪuthorities are usually not accessed via PKCS#11. Add signatures to manifests (done by an external program in Fossil) Verify signatures on manifests (done by an external program in Fossil)ģ. I believe Git has the same support for GPG signed commits, so the changesġ.


I assume you are wanting something similar ? Have submitted patches for Fossil to support S/MIME signed commits in B rian, I've never looked at CAC enabling Git (since I don't use it).
