From: Mat Arge <argemat1010@gmail.com>
To: git@vger.kernel.org
Subject: Re: signing commits with openssl/PKCS#11
Date: Thu, 25 Oct 2012 11:12:02 +0200 [thread overview]
Message-ID: <2180562.jsxWbf0rnE@off17> (raw)
In-Reply-To: <5087B8E7.8010306@drmicha.warpmail.net>
On Wednesday 24. October 2012 11:46:15 Michael J Gruber wrote:
> Mat Arge venit, vidit, dixit 22.10.2012 15:38:
> > Hy!
> >
> > I would like to sign each commit with a X.509 certificate and a private
> > key
> > stored on a PKCS#11 token. I assume that that should be possible somehow
> > using a hook which calls openssl. Does somebody know a working
> > implementation of this?
> >
> > cheers
> > Mat
>
> In principle, we have an almost pluggable architecture. See for example
> the latter part of the 2nd post in
>
> http://article.gmane.org/gmane.comp.version-control.git/175127
>
> Unless you want to change git itself, you're probably better off storing
> your non-gpg signatures in a note (or a self-created signed tag).
So, there is no possibility to modify the commit itself via a hook, and add a,
say, "opensslsig" instead of a gpgsig tag?
> To
> sign the commit rev, you could sign the output of "git cat-file commit
> rev" (or of "git rev-parse rev") and store that signature in a note that
> commit. To verify, you verify the note against the commit.
>
> Michael
But if I crete/modify a signature file while commiting, that file wouldn't be
commited itself, so the signatur-file would always be one commit behind. Or am
I missing something? I'm quite new to git (or DVCSs in general), so sorry if
this is a dumb question.
cheers
Mat
next prev parent reply other threads:[~2012-10-25 9:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-22 13:38 signing commits with openssl/PKCS#11 Mat Arge
2012-10-24 9:46 ` Michael J Gruber
2012-10-25 9:12 ` Mat Arge [this message]
2012-10-25 8:02 ` Brandon Casey
2012-10-25 9:15 ` Mat Arge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2180562.jsxWbf0rnE@off17 \
--to=argemat1010@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).