Pregunta

I am looking for a (distributed) revision control system which allows me to sign commits using X.509 certificates. The systems that I am aware of which allow me to apply a digital signature to a commit (like git, bazaar, mercurial) only work with GnuPG.

One more thing I would be interested in ist to use a hardware token (via a PKCS#11 library) to sign my commits.

¿Fue útil?

Solución

Mercurial with CommitsigsExtension:

Embed GnuPG and OpenSSL signatures directly into changesets

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top