[PATCH v3 0/6] cli: improved crypto internals
authorJameson Graef Rollins <jrollins@finestructure.net>
Wed, 23 May 2012 01:43:44 +0000 (18:43 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:47:15 +0000 (09:47 -0800)
6f/692e61def56ae080eebb12736442bb30964940 [new file with mode: 0644]

diff --git a/6f/692e61def56ae080eebb12736442bb30964940 b/6f/692e61def56ae080eebb12736442bb30964940
new file mode 100644 (file)
index 0000000..41f0c5b
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 563E0431FC0\r
+       for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id OS+TY+9lzVdW for <notmuch@notmuchmail.org>;\r
+       Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 985C7431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 2749466E0177\r
+       for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (gwave-125.ligo.caltech.edu\r
+ [131.215.114.125])    (Authenticated sender: jrollins)        by earth-doxen-submit\r
+ (Postfix) with ESMTP id 4CD4066E0159  for <notmuch@notmuchmail.org>; Tue, 22\r
+ May 2012 18:43:54 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 3008B1DA; Tue, 22 May 2012 18:43:54 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH v3 0/6] cli: improved crypto internals\r
+Date: Tue, 22 May 2012 18:43:44 -0700\r
+Message-Id: <1337737430-21160-1-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.10\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 23 May 2012 01:43:58 -0000\r
+\r
+Third version of this series [0].  I've made some changes in this\r
+version:\r
+\r
+* added a new crypto.c that holds two functions: one to return a\r
+  context for a specified crypto protocol (and initialize it if\r
+  needed), and another to cleanup a crypto struct.  This is introduced\r
+  in the first patch, and makes the rest of the patches a little\r
+  cleaner.\r
+\r
+* Based on Jani's and Daniel's suggestion, I decided to leave the\r
+  notmuch_show_params_t in notmuch-reply.c, since we might need it\r
+  later and it's less changes here.\r
+\r
+Otherwise everything else is the same.  I think the version is nicer\r
+that the previous ones.\r
+\r
+FWIW I also now have S/MIME support working based on this patch\r
+series.  Daniel has kindly agreed to put together some tests for that,\r
+so once this series is accepted and Daniel's tests are sent, I'll send\r
+on the rest of the S/MIME support (which is actually just one small\r
+patch on top of this series).\r
+\r
+jamie.\r
+\r
+[0] id:"1337205359-2444-1-git-send-email-jrollins@finestructure.net"\r
+    id:"1337362357-31281-1-git-send-email-jrollins@finestructure.net"\r
+\r