From bce180a8c7ce55d506da3e97b10d876334a42a3e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 17 Jan 2015 11:51:42 +0100 Subject: [PATCH] SMIME patches v3, with some tests --- 51/17214f4e598131bf5ebe62d17f1f246f45aff1 | 54 +++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 51/17214f4e598131bf5ebe62d17f1f246f45aff1 diff --git a/51/17214f4e598131bf5ebe62d17f1f246f45aff1 b/51/17214f4e598131bf5ebe62d17f1f246f45aff1 new file mode 100644 index 000000000..ea69e0054 --- /dev/null +++ b/51/17214f4e598131bf5ebe62d17f1f246f45aff1 @@ -0,0 +1,54 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 52D2D431FD9 + for ; Sat, 17 Jan 2015 02:52:03 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id cpBYAlEkRU9S for ; + Sat, 17 Jan 2015 02:52:00 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1DD07431FAF + for ; Sat, 17 Jan 2015 02:52:00 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1YCQz1-0006BJ-JM; Sat, 17 Jan 2015 06:51:59 -0400 +Received: (nullmailer pid 14747 invoked by uid 1000); Sat, 17 Jan 2015 + 10:51:54 -0000 +From: David Bremner +To: Jameson Graef Rollins , Notmuch Mail + +Subject: SMIME patches v3, with some tests +Date: Sat, 17 Jan 2015 11:51:42 +0100 +Message-Id: <1421491906-14542-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1395031944-15557-1-git-send-email-jrollins@finestructure.net> +References: <1395031944-15557-1-git-send-email-jrollins@finestructure.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 17 Jan 2015 10:52:03 -0000 + +Generating the certs was very much trial and error. The net of +a thousand lies may have led me astray a bit in that it may be +possible to do this all with gpgsm and avoid the dependency on +openssl. On the other hand, some tests is better than no tests. + -- 2.26.2