[PATCH 5/8] test: add broken S/MIME signature verification test for notmuch CLI
authorDavid Bremner <david@tethera.net>
Sun, 16 Aug 2015 17:41:13 +0000 (19:41 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:22 +0000 (14:49 -0700)
a9/bb6dd66321625c38713070d7db82ff635a7ff5 [new file with mode: 0644]

diff --git a/a9/bb6dd66321625c38713070d7db82ff635a7ff5 b/a9/bb6dd66321625c38713070d7db82ff635a7ff5
new file mode 100644 (file)
index 0000000..decd8a6
--- /dev/null
@@ -0,0 +1,145 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4D8676DE1416\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:42:41 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.128\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.128 tagged_above=-999 required=5 tests=[AWL=0.118, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id R_t8sj54do2y for <notmuch@notmuchmail.org>;\r
+ Sun, 16 Aug 2015 10:42:39 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 811356DE01D3\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:42:39 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1ZR1wT-0003c7-BA; Sun, 16 Aug 2015 17:41:57 +0000\r
+Received: (nullmailer pid 26315 invoked by uid 1000); Sun, 16 Aug 2015\r
+ 17:41:28 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 5/8] test: add broken S/MIME signature verification test for\r
+ notmuch CLI\r
+Date: Sun, 16 Aug 2015 19:41:13 +0200\r
+Message-Id: <1439746876-23654-6-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.5.0\r
+In-Reply-To: <1439746876-23654-1-git-send-email-david@tethera.net>\r
+References: <54CA467B.30408@gnome.org>\r
+ <1439746876-23654-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Sun, 16 Aug 2015 17:42:41 -0000\r
+\r
+The test is pretty much cut and paste from the PGP/MIME version, with\r
+obvious updates taken from notmuch output.  This also requires setting\r
+up gpgsm infrastucture.\r
+---\r
+ test/T355-smime.sh | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++\r
+ test/test-lib.sh   |  1 +\r
+ 2 files changed, 51 insertions(+)\r
+\r
+diff --git a/test/T355-smime.sh b/test/T355-smime.sh\r
+index 5f3ff12..b3cc76e 100755\r
+--- a/test/T355-smime.sh\r
++++ b/test/T355-smime.sh\r
+@@ -3,7 +3,17 @@\r
+ test_description='S/MIME signature verification and decryption'\r
+ . ./test-lib.sh\r
\r
++add_gpgsm_home ()\r
++{\r
++    local output\r
++    [ -d ${GNUPGHOME} ] && return\r
++    mkdir -m 0700 "$GNUPGHOME"\r
++    gpgsm --no-tty --import < test_suite.pem >"$GNUPGHOME"/import.log 2>&1\r
++    test_debug "cat $GNUPGHOME/import.log"\r
++}\r
++\r
+ test_require_external_prereq openssl\r
++test_require_external_prereq gpgsm\r
\r
+ test_begin_subtest "Generate CA Cert"\r
+ openssl genpkey -algorithm RSA -out ca.key -pass pass:test -des3 1024\r
+@@ -21,6 +31,10 @@ openssl x509 -req -in smime.csr -passin pass:test -CA ca.crt -CAkey ca.key -set_\r
+ cat test_suite.crt smime.key > test_suite.pem\r
+ test_expect_equal "$(openssl verify -purpose smimesign -CAfile ca.crt test_suite.pem)" "test_suite.pem: OK"\r
\r
++add_gpgsm_home\r
++\r
++FINGERPRINT=$(openssl x509 -fingerprint -in test_suite.crt -noout | sed -e 's/^.*=//' -e s/://g)\r
++\r
+ test_expect_success 'emacs delivery of S/MIME signed message' \\r
+      'emacs_fcc_message \\r
+      "test signed message 001" \\r
+@@ -41,6 +55,42 @@ Verification successful\r
+ EOF\r
+ test_expect_equal_file OUTPUT EXPECTED\r
\r
++test_begin_subtest "signature verification (notmuch CLI)"\r
++test_subtest_known_broken\r
++output=$(notmuch show --format=json --verify subject:"test signed message 001" \\r
++    | notmuch_json_show_sanitize \\r
++    | sed -e 's|"created": [1234567890]*|"created": 946728000|' \\r
++        -e 's|"expires": [1234567890]*|"expires": 424242424|' )\r
++expected='[[[{"id": "XXXXX",\r
++ "match": true,\r
++ "excluded": false,\r
++ "filename": "YYYYY",\r
++ "timestamp": 946728000,\r
++ "date_relative": "2000-01-01",\r
++ "tags": ["inbox","signed"],\r
++ "headers": {"Subject": "test signed message 001",\r
++ "From": "Notmuch Test Suite <test_suite@notmuchmail.org>",\r
++ "To": "test_suite@notmuchmail.org",\r
++ "Date": "Sat, 01 Jan 2000 12:00:00 +0000"},\r
++ "body": [{"id": 1,\r
++ "sigstatus": [{"status": "good",\r
++ "fingerprint": "'$FINGERPRINT'",\r
++ "expires": 424242424,\r
++ "created": 946728000}],\r
++ "content-type": "multipart/signed",\r
++ "content": [{"id": 2,\r
++ "content-type": "text/plain",\r
++ "content": "This is a test signed message.\n"},\r
++ {"id": 3,\r
++  "content-length": 1930,\r
++  "content-transfer-encoding": "base64",\r
++  "content-type": "application/x-pkcs7-signature",\r
++  "filename": "smime.p7s"}]}]},\r
++ []]]]'\r
++test_expect_equal_json \\r
++    "$output" \\r
++    "$expected"\r
++\r
+ test_begin_subtest "Decryption and signature verification (openssl)"\r
+ notmuch show --format=raw subject:"test encrypted message 001" |\\r
+     openssl smime -decrypt -recip test_suite.pem |\\r
+diff --git a/test/test-lib.sh b/test/test-lib.sh\r
+index 198d2bb..dff8c7a 100644\r
+--- a/test/test-lib.sh\r
++++ b/test/test-lib.sh\r
+@@ -1320,4 +1320,5 @@ test_declare_external_prereq ${TEST_EMACSCLIENT}\r
+ test_declare_external_prereq gdb\r
+ test_declare_external_prereq gpg\r
+ test_declare_external_prereq openssl\r
++test_declare_external_prereq gpgsm\r
+ test_declare_external_prereq ${NOTMUCH_PYTHON}\r
+-- \r
+2.5.0\r
+\r