Re: [PATCH] lib: provide _notmuch_database_log_append
[notmuch-archives.git] / 85 / 9b4a692a7af6d3fb56435b9c99651a9b6b91cb
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F1E5E431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Jan 2015 00:03:19 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id a8fFG1j+0SUg for <notmuch@notmuchmail.org>;\r
16         Sun, 18 Jan 2015 00:03:18 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7A752431FC4\r
21         for <notmuch@notmuchmail.org>; Sun, 18 Jan 2015 00:03:11 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1YCkpC-0004qc-N4; Sun, 18 Jan 2015 04:03:10 -0400\r
25 Received: (nullmailer pid 18925 invoked by uid 1000); Sun, 18 Jan 2015\r
26         08:02:54 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [Patch v4 3/5] test: add S/MIME signature verification test for\r
30         notmuch CLI\r
31 Date: Sun, 18 Jan 2015 09:02:45 +0100\r
32 Message-Id: <1421568167-18683-4-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.1.4\r
34 In-Reply-To: <1421568167-18683-1-git-send-email-david@tethera.net>\r
35 References: <1421568167-18683-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 18 Jan 2015 08:03:20 -0000\r
49 \r
50 The test is pretty much cut and paste from the PGP/MIME version, with\r
51 obvious updates taken from notmuch output.  This also requires setting\r
52 up gpgsm infrastucture.\r
53 ---\r
54  test/T355-smime.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++++++\r
55  test/test-lib.sh   |  1 +\r
56  2 files changed, 50 insertions(+)\r
57 \r
58 diff --git a/test/T355-smime.sh b/test/T355-smime.sh\r
59 index 5f3ff12..caedf5e 100755\r
60 --- a/test/T355-smime.sh\r
61 +++ b/test/T355-smime.sh\r
62 @@ -3,7 +3,17 @@\r
63  test_description='S/MIME signature verification and decryption'\r
64  . ./test-lib.sh\r
65  \r
66 +add_gpgsm_home ()\r
67 +{\r
68 +    local output\r
69 +    [ -d ${GNUPGHOME} ] && return\r
70 +    mkdir -m 0700 "$GNUPGHOME"\r
71 +    gpgsm --no-tty --import < test_suite.pem >"$GNUPGHOME"/import.log 2>&1\r
72 +    test_debug "cat $GNUPGHOME/import.log"\r
73 +}\r
74 +\r
75  test_require_external_prereq openssl\r
76 +test_require_external_prereq gpgsm\r
77  \r
78  test_begin_subtest "Generate CA Cert"\r
79  openssl genpkey -algorithm RSA -out ca.key -pass pass:test -des3 1024\r
80 @@ -21,6 +31,10 @@ openssl x509 -req -in smime.csr -passin pass:test -CA ca.crt -CAkey ca.key -set_\r
81  cat test_suite.crt smime.key > test_suite.pem\r
82  test_expect_equal "$(openssl verify -purpose smimesign -CAfile ca.crt test_suite.pem)" "test_suite.pem: OK"\r
83  \r
84 +add_gpgsm_home\r
85 +\r
86 +FINGERPRINT=$(openssl x509 -fingerprint -in test_suite.crt -noout | sed -e 's/^.*=//' -e s/://g)\r
87 +\r
88  test_expect_success 'emacs delivery of S/MIME signed message' \\r
89       'emacs_fcc_message \\r
90       "test signed message 001" \\r
91 @@ -41,6 +55,41 @@ Verification successful\r
92  EOF\r
93  test_expect_equal_file OUTPUT EXPECTED\r
94  \r
95 +test_begin_subtest "signature verification (notmuch CLI)"\r
96 +output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
97 +    | notmuch_json_show_sanitize \\r
98 +    | sed -e 's|"created": [1234567890]*|"created": 946728000|' \\r
99 +         -e 's|"expires": [1234567890]*|"expires": 424242424|' )\r
100 +expected='[[[{"id": "XXXXX",\r
101 + "match": true,\r
102 + "excluded": false,\r
103 + "filename": "YYYYY",\r
104 + "timestamp": 946728000,\r
105 + "date_relative": "2000-01-01",\r
106 + "tags": ["inbox","signed"],\r
107 + "headers": {"Subject": "test signed message 001",\r
108 + "From": "Notmuch Test Suite <test_suite@notmuchmail.org>",\r
109 + "To": "test_suite@notmuchmail.org",\r
110 + "Date": "Sat, 01 Jan 2000 12:00:00 +0000"},\r
111 + "body": [{"id": 1,\r
112 + "sigstatus": [{"status": "good",\r
113 + "fingerprint": "'$FINGERPRINT'",\r
114 + "expires": 424242424,\r
115 + "created": 946728000}],\r
116 + "content-type": "multipart/signed",\r
117 + "content": [{"id": 2,\r
118 + "content-type": "text/plain",\r
119 + "content": "This is a test signed message.\n"},\r
120 + {"id": 3,\r
121 +  "content-length": 1930,\r
122 +  "content-transfer-encoding": "base64",\r
123 +  "content-type": "application/x-pkcs7-signature",\r
124 +  "filename": "smime.p7s"}]}]},\r
125 + []]]]'\r
126 +test_expect_equal_json \\r
127 +    "$output" \\r
128 +    "$expected"\r
129 +\r
130  test_begin_subtest "Decryption and signature verification (openssl)"\r
131  notmuch show --format=raw subject:"test encrypted message 001" |\\r
132      openssl smime -decrypt -recip test_suite.pem |\\r
133 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
134 index 00612d9..a0d44e1 100644\r
135 --- a/test/test-lib.sh\r
136 +++ b/test/test-lib.sh\r
137 @@ -1305,3 +1305,4 @@ test_declare_external_prereq gpg\r
138  test_declare_external_prereq python\r
139  test_declare_external_prereq python2\r
140  test_declare_external_prereq openssl\r
141 +test_declare_external_prereq gpgsm\r
142 -- \r
143 2.1.4\r
144 \r