PGP/MIME signature verification

2011-01-26 Thread Jameson Rollins
On Mon, 20 Dec 2010 13:22:07 -0500, Jameson Rollins wrote: > On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor fifthhorseman.net> wrote: > > the signature-verification branch on my git repo [0] contains functional > > PGP/MIME signature verification if you supply the

Re: PGP/MIME signature verification

2011-01-26 Thread Jameson Rollins
On Mon, 20 Dec 2010 13:22:07 -0500, Jameson Rollins jroll...@finestructure.net wrote: On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply

PGP/MIME signature verification

2010-12-22 Thread Sebastian Spaeth
> yes, the branch as it stands just concerns itself with the notmuch binary. OK, fair enough. > > "sigstatus": [{"status": "error","keyid": "ED34CEABE27BAABC", "errors": > > 2}] > > (perhaps due to me not having your key???) > > yup, that is why you get that error. Is there a possibility to

PGP/MIME signature verification

2010-12-22 Thread Daniel Kahn Gillmor
On 12/22/2010 09:38 AM, Sebastian Spaeth wrote: >>> "sigstatus": [{"status": "error","keyid": "ED34CEABE27BAABC", "errors": >>> 2}] >>> (perhaps due to me not having your key???) >> >> yup, that is why you get that error. > > Is there a possibility to squeeze a nicer error message out of it? :-)

Re: PGP/MIME signature verification

2010-12-22 Thread Sebastian Spaeth
yes, the branch as it stands just concerns itself with the notmuch binary. OK, fair enough. sigstatus: [{status: error,keyid: ED34CEABE27BAABC, errors: 2}] (perhaps due to me not having your key???) yup, that is why you get that error. Is there a possibility to squeeze a nicer error

PGP/MIME signature verification

2010-12-21 Thread Sebastian Spaeth
On Mon, 20 Dec 2010 13:22:07 -0500, Jameson Rollins wrote: > I was able to merge dkg's signature-verification branch on top of > cworth's current master head (b3caef1f) with only a tiny > easily-resolvable conflict. It seems to work exactly as advertised, and > I wholeheartedly approve and

PGP/MIME signature verification

2010-12-21 Thread Daniel Kahn Gillmor
On 12/21/2010 04:51 AM, Sebastian Spaeth wrote: > So what am I doing wrong, I pulled your branch and compiled/installed, > but I don't see any signature verification in my emacs? > > Unless all work is still in the notmuch binary, yes, the branch as it stands just concerns itself with the

Re: PGP/MIME signature verification

2010-12-21 Thread Sebastian Spaeth
On Mon, 20 Dec 2010 13:22:07 -0500, Jameson Rollins jroll...@finestructure.net wrote: I was able to merge dkg's signature-verification branch on top of cworth's current master head (b3caef1f) with only a tiny easily-resolvable conflict. It seems to work exactly as advertised, and I

Re: PGP/MIME signature verification

2010-12-21 Thread Daniel Kahn Gillmor
On 12/21/2010 04:51 AM, Sebastian Spaeth wrote: So what am I doing wrong, I pulled your branch and compiled/installed, but I don't see any signature verification in my emacs? Unless all work is still in the notmuch binary, yes, the branch as it stands just concerns itself with the notmuch

PGP/MIME signature verification

2010-12-20 Thread Jameson Rollins
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor wrote: > the signature-verification branch on my git repo [0] contains functional > PGP/MIME signature verification if you supply the --verify argument to > > notmuch show --format=json > > It relies on gpg

Re: PGP/MIME signature verification

2010-12-20 Thread Jameson Rollins
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply the --verify argument to notmuch show --format=json It relies on gpg being

PGP/MIME signature verification

2010-12-13 Thread David Bremner
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor wrote: > > The JSON this change produces is similar (but not identical) to my > earlier proposal on this list. > I forgot to mention, I also had a look at the produced json, and it looks sensible enough. One thing I'm a bit confused

PGP/MIME signature verification

2010-12-13 Thread David Bremner
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor wrote: > hey folks-- > > the signature-verification branch on my git repo [0] contains functional > PGP/MIME signature verification if you supply the --verify argument to > > notmuch show --format=json > >

PGP/MIME signature verification

2010-12-13 Thread Daniel Kahn Gillmor
On 12/13/2010 05:10 PM, David Bremner wrote: > One thing I'm a bit confused about, several of the commits in branch > dkg/mp3-on-0.5 have dkg as author. Are these part of basic multipart > support? I'm afraid my last look was just at the one commit on top of > mp3-on-0.5. i did make a handful of

PGP/MIME signature verification

2010-12-13 Thread Daniel Kahn Gillmor
On 12/13/2010 05:02 PM, David Bremner wrote: > I had a look at dkg's patch and it looks reasonable to me. Except for > the small amount of self described "crufty boilplate" which I was too > lazy to understand. I also compiled and ran it, it seemed to work OK on > the two test cases I had handy.

Re: PGP/MIME signature verification

2010-12-13 Thread David Bremner
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: hey folks-- the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply the --verify argument to notmuch show --format=json It relies on gpg

Re: PGP/MIME signature verification

2010-12-13 Thread David Bremner
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: The JSON this change produces is similar (but not identical) to my earlier proposal on this list. I forgot to mention, I also had a look at the produced json, and it looks sensible enough. One thing I'm

PGP/MIME signature verification

2010-11-27 Thread Jameson Rollins
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor wrote: > the signature-verification branch on my git repo [0] contains functional > PGP/MIME signature verification if you supply the --verify argument to > > notmuch show --format=json Daniel, this is really incredible. I ca

PGP/MIME signature verification

2010-11-27 Thread Daniel Kahn Gillmor
hey folks-- the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply the --verify argument to notmuch show --format=json It relies on gpg being in the path, and on the user having the signer's key in their gnupg keyring

PGP/MIME signature verification

2010-11-27 Thread Daniel Kahn Gillmor
hey folks-- the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply the --verify argument to notmuch show --format=json It relies on gpg being in the path, and on the user having the signer's key in their gnupg keyring

Re: PGP/MIME signature verification

2010-11-27 Thread Jameson Rollins
On Sat, 27 Nov 2010 14:35:03 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: the signature-verification branch on my git repo [0] contains functional PGP/MIME signature verification if you supply the --verify argument to notmuch show --format=json Daniel, this is really incredible