notmuch/test/gnupg-secret-key.NOTE
Jameson Graef Rollins 627d752501 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.
2011-05-27 16:22:00 -07:00

9 lines
212 B
Text

How the crypto test gnupg secret was generated:
GNUPGHOME=gnupghome gpg --quick-random --gen-key
kind: 1 (RSA/RSA)
size: 1024
expire: 0
name: Notmuch Test Suite
email: test_suite@notmuchmail.org
(no passphrase)