unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v3 0/6] cli: improved crypto internals
@ 2012-05-23  1:43 Jameson Graef Rollins
  2012-05-23  1:43 ` [PATCH v3 1/6] cli: new crypto structure to store crypto contexts and parameters, and functions to support it Jameson Graef Rollins
  0 siblings, 1 reply; 9+ messages in thread
From: Jameson Graef Rollins @ 2012-05-23  1:43 UTC (permalink / raw)
  To: Notmuch Mail

Third version of this series [0].  I've made some changes in this
version:

* added a new crypto.c that holds two functions: one to return a
  context for a specified crypto protocol (and initialize it if
  needed), and another to cleanup a crypto struct.  This is introduced
  in the first patch, and makes the rest of the patches a little
  cleaner.

* Based on Jani's and Daniel's suggestion, I decided to leave the
  notmuch_show_params_t in notmuch-reply.c, since we might need it
  later and it's less changes here.

Otherwise everything else is the same.  I think the version is nicer
that the previous ones.

FWIW I also now have S/MIME support working based on this patch
series.  Daniel has kindly agreed to put together some tests for that,
so once this series is accepted and Daniel's tests are sent, I'll send
on the rest of the S/MIME support (which is actually just one small
patch on top of this series).

jamie.

[0] id:"1337205359-2444-1-git-send-email-jrollins@finestructure.net"
    id:"1337362357-31281-1-git-send-email-jrollins@finestructure.net"

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-23 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23  1:43 [PATCH v3 0/6] cli: improved crypto internals Jameson Graef Rollins
2012-05-23  1:43 ` [PATCH v3 1/6] cli: new crypto structure to store crypto contexts and parameters, and functions to support it Jameson Graef Rollins
2012-05-23  1:43   ` [PATCH v3 2/6] cli: modify show and reply to use new crypto struct Jameson Graef Rollins
2012-05-23  1:43     ` [PATCH v3 3/6] cli: modify mime_node_open to take new crypto struct as argument Jameson Graef Rollins
2012-05-23  1:43       ` [PATCH v3 4/6] cli: modify mime_node_context to use the new crypto struct Jameson Graef Rollins
2012-05-23  1:43         ` [PATCH v3 5/6] cli: new crypto verify flag to handle verification Jameson Graef Rollins
2012-05-23  1:43           ` [PATCH v3 6/6] cli: use new notmuch_crypto_get_context in mime-node.c Jameson Graef Rollins
2012-05-23  5:59   ` [PATCH v3 1/6] cli: new crypto structure to store crypto contexts and parameters, and functions to support it Jani Nikula
2012-05-23 17:34     ` Jameson Graef Rollins

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).