From: Jameson Graef Rollins Date: Thu, 26 May 2011 01:01:16 +0000 (-0700) Subject: test: add crypto tests for signature verification and decryption X-Git-Tag: debian/0.6_254~97 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=627d752501b42326b9016271de33a6cb0fa2dc8c;hp=627d752501b42326b9016271de33a6cb0fa2dc8c test: add crypto tests for signature verification and decryption This adds a new "crypto" test script to the test suite to test PGP/MIME signature verification and message decryption. Included here is a test GNUPGHOME with a test secret key (passwordless), and test for: * signing/verification * signing/verification with full owner trust * verification with signer key unavailable * encryption/decryption * decryption failure with missing key * encryption/decryption + signing/verfifying * reply to encrypted message * verification of signature from revoked key These tests are not expected to pass now, but will as crypto functionality is included. ---