[PATCH] test: initial tests for smime
authorDavid Bremner <david@tethera.net>
Sat, 17 Jan 2015 21:38:11 +0000 (22:38 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:29 +0000 (14:47 -0700)
3e/7e96c224dc00490b9ae2c4234900f356ea2db8 [new file with mode: 0644]

diff --git a/3e/7e96c224dc00490b9ae2c4234900f356ea2db8 b/3e/7e96c224dc00490b9ae2c4234900f356ea2db8
new file mode 100644 (file)
index 0000000..4f0ea7b
--- /dev/null
@@ -0,0 +1,189 @@
+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 olra.theworths.org (Postfix) with ESMTP id F2550431FB6\r
+       for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 13:38:26 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 jNDxh5ydyCNr for <notmuch@notmuchmail.org>;\r
+       Sat, 17 Jan 2015 13:38:24 -0800 (PST)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 300C9431FAF\r
+       for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 13:38:24 -0800 (PST)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+       id 1YCb4Z-0002Yr-9E; Sat, 17 Jan 2015 17:38:23 -0400\r
+Received: (nullmailer pid 14238 invoked by uid 1000); Sat, 17 Jan 2015\r
+       21:38:17 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>, David Bremner\r
+       <david@tethera.net>, Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH] test: initial tests for smime\r
+Date: Sat, 17 Jan 2015 22:38:11 +0100\r
+Message-Id: <1421530691-14060-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <87wq4ltbma.fsf@servo.finestructure.net>\r
+References: <87wq4ltbma.fsf@servo.finestructure.net>\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: Sat, 17 Jan 2015 21:38:27 -0000\r
+\r
+Test the ability of notmuch-mua-mail to send smime signed messages;\r
+this really relies on existing functionality in message-mode.\r
+\r
+The dependency on openssl to generate keys seems acceptable since\r
+that's the method I got to work for smime signing in emacs.\r
+---\r
+\r
+Hey Jamie;\r
+\r
+It was kindof my fault: my original script add embedded ^M's in it, but\r
+this "cleverness" was messed up somewhere in the patch process.\r
+\r
+Does this version work for you?\r
+\r
+test/T355-smime.sh             | 42 ++++++++++++++++++++++++++++++++++++++++++\r
+ test/smime/openssl-ca-req.conf | 13 +++++++++++++\r
+ test/smime/openssl-req.conf    | 13 +++++++++++++\r
+ test/test-lib.el               | 10 ++++++++++\r
+ test/test-lib.sh               |  1 +\r
+ 5 files changed, 79 insertions(+)\r
+ create mode 100755 test/T355-smime.sh\r
+ create mode 100644 test/smime/openssl-ca-req.conf\r
+ create mode 100644 test/smime/openssl-req.conf\r
+\r
+diff --git a/test/T355-smime.sh b/test/T355-smime.sh\r
+new file mode 100755\r
+index 0000000..1789a8b\r
+--- /dev/null\r
++++ b/test/T355-smime.sh\r
+@@ -0,0 +1,42 @@\r
++#!/usr/bin/env bash\r
++\r
++test_description='S/MIME signature verification and decryption'\r
++. ./test-lib.sh\r
++\r
++test_require_external_prereq openssl\r
++\r
++test_begin_subtest "Generate CA Cert"\r
++openssl genpkey -algorithm RSA -out ca.key -pass pass:test -des3 1024\r
++openssl req -new -x509 -key ca.key -passin pass:test \\r
++      -config $TEST_DIRECTORY/smime/openssl-ca-req.conf -out ca.crt\r
++test_expect_equal "$(openssl verify ca.crt | tail -1)" "OK"\r
++\r
++test_begin_subtest "Generate User Cert"\r
++openssl genpkey -algorithm RSA  -out smime.key 1024\r
++openssl req -config $TEST_DIRECTORY/smime/openssl-req.conf \\r
++      -new -key smime.key -passin pass:test -nodes \\r
++      -out smime.csr\r
++openssl x509 -req -in smime.csr -passin pass:test -CA ca.crt -CAkey ca.key -set_serial 1 -out test_suite.crt -setalias "Self Signed SMIME" -addtrust emailProtection -addreject clientAuth -addreject serverAuth -trustout\r
++# we need one file with the cert and private key\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
++test_expect_success 'emacs delivery of S/MIME signed message' \\r
++     'emacs_fcc_message \\r
++     "test signed message 001" \\r
++     "This is a test signed message." \\r
++     "(mml-secure-message-sign \"smime\")"'\r
++\r
++test_begin_subtest "Signature verification (openssl)"\r
++notmuch show --format=raw subject:"test signed message 001" |\\r
++    openssl smime -verify -CAfile ca.crt 1>STDOUT 2>STDERR\r
++cat <<EOF > EXPECTED\r
++Verification successful\r
++Content-Type: text/plain\r
++\r
++This is a test signed message.\r
++EOF\r
++tr -d '\015' < STDOUT | cat STDERR - > OUTPUT\r
++test_expect_equal_file OUTPUT EXPECTED\r
++\r
++test_done\r
+diff --git a/test/smime/openssl-ca-req.conf b/test/smime/openssl-ca-req.conf\r
+new file mode 100644\r
+index 0000000..49572ee\r
+--- /dev/null\r
++++ b/test/smime/openssl-ca-req.conf\r
+@@ -0,0 +1,13 @@\r
++ [ req ]\r
++ distinguished_name     = req_distinguished_name\r
++ prompt                 = no\r
++\r
++\r
++ [ req_distinguished_name ]\r
++ C                      = OZ\r
++ ST                     = Munchkinlandia\r
++ L                      = Emerald City\r
++ O                      = Organization Name\r
++ OU                     = Dept. of Fake Certs\r
++ CN                     = Fast Eddies Certs and Chips\r
++ emailAddress           = fake-ca@example.com\r
+diff --git a/test/smime/openssl-req.conf b/test/smime/openssl-req.conf\r
+new file mode 100644\r
+index 0000000..c6b9de7\r
+--- /dev/null\r
++++ b/test/smime/openssl-req.conf\r
+@@ -0,0 +1,13 @@\r
++ [ req ]\r
++ distinguished_name     = req_distinguished_name\r
++ prompt                 = no\r
++\r
++\r
++ [ req_distinguished_name ]\r
++ C                      = OZ\r
++ ST                     = Munchkinlandia\r
++ L                      = Emerald City\r
++ O                      = Not much organization\r
++ OU                     = Dept. of Testing\r
++ CN                     = Notmuch Test Suite\r
++ emailAddress           = test_suite@notmuchmail.org\r
+diff --git a/test/test-lib.el b/test/test-lib.el\r
+index 04c8d63..596a705 100644\r
+--- a/test/test-lib.el\r
++++ b/test/test-lib.el\r
+@@ -188,3 +188,13 @@ nothing."\r
+ ;; environments\r
\r
+ (setq mm-text-html-renderer 'html2text)\r
++\r
++;; Set some variables for S/MIME tests.\r
++\r
++(setq smime-keys '(("" "test_suite.pem" nil)))\r
++\r
++(setq mml-smime-use 'openssl)\r
++\r
++;; all test keys are without passphrase\r
++(eval-after-load 'smime\r
++  '(defun smime-ask-passphrase (cache)  nil))\r
+diff --git a/test/test-lib.sh b/test/test-lib.sh\r
+index 6057238..00612d9 100644\r
+--- a/test/test-lib.sh\r
++++ b/test/test-lib.sh\r
+@@ -1304,3 +1304,4 @@ test_declare_external_prereq gdb\r
+ test_declare_external_prereq gpg\r
+ test_declare_external_prereq python\r
+ test_declare_external_prereq python2\r
++test_declare_external_prereq openssl\r
+-- \r
+2.1.4\r
+\r