mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
627d752501
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.
9 lines
212 B
Text
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)
|