[PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-06 Thread David Bremner
Jameson Graef Rollins writes: >> >> Are we missing the signature between bad and untrusted signatures, or >> does that distinction not exist for S/MIME? > > Hey, David. How did you generate the signatures? I would love to see a > script that generates a signature on a test message. I just grep

Re: [PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-06 Thread David Bremner
Jameson Graef Rollins writes: >> >> Are we missing the signature between bad and untrusted signatures, or >> does that distinction not exist for S/MIME? > > Hey, David. How did you generate the signatures? I would love to see a > script that generates a signature on a test message. I just grep

Re: [PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-06 Thread Jameson Graef Rollins
On Tue, Jul 01 2014, David Bremner wrote: > Jameson Graef Rollins writes: > >> The notmuch-show flags --decrypt and --verify will now also process >> S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. > > I was trying to figure out how to test this. I tried a few couple signed > mes

[PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-06 Thread Jameson Graef Rollins
On Tue, Jul 01 2014, David Bremner wrote: > Jameson Graef Rollins writes: > >> The notmuch-show flags --decrypt and --verify will now also process >> S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. > > I was trying to figure out how to test this. I tried a few couple signed > mes

Re: [PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-01 Thread David Bremner
Jameson Graef Rollins writes: > The notmuch-show flags --decrypt and --verify will now also process > S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. I was trying to figure out how to test this. I tried a few couple signed messages, but I got "bad" signature status in both cases

[PATCH 1/2] cli: S/MIME verification/decryption support

2014-07-01 Thread David Bremner
Jameson Graef Rollins writes: > The notmuch-show flags --decrypt and --verify will now also process > S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. I was trying to figure out how to test this. I tried a few couple signed messages, but I got "bad" signature status in both cases

[PATCH 1/2] cli: S/MIME verification/decryption support

2014-03-16 Thread Jameson Graef Rollins
The notmuch-show flags --decrypt and --verify will now also process S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. --- crypto.c | 20 notmuch-client.h | 5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/crypto.c b/crypto.c inde

[PATCH 1/2] cli: S/MIME verification/decryption support

2014-03-16 Thread Jameson Graef Rollins
The notmuch-show flags --decrypt and --verify will now also process S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. --- crypto.c | 20 notmuch-client.h | 5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/crypto.c b/crypto.c inde

[PATCH 1/2] cli: S/MIME verification/decryption support

2012-06-29 Thread Jameson Graef Rollins
The notmuch-show flags --decrypt and --verify will now also process S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. --- crypto.c | 21 + notmuch-client.h |5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/crypto.c b/crypto.c

[PATCH 1/2] cli: S/MIME verification/decryption support

2012-06-29 Thread Jameson Graef Rollins
The notmuch-show flags --decrypt and --verify will now also process S/MIME multiparts if encountered. Requires gmime-2.6 and gpgsm. --- crypto.c | 21 + notmuch-client.h |5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/crypto.c b/crypto.c