]> git.notmuchmail.org Git - notmuch/commit
test: replace aging OpenPGP key used in the test suite
authorJustus Winter <justus@sequoia-pgp.org>
Thu, 22 Sep 2022 08:46:06 +0000 (10:46 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 23 Sep 2022 23:16:00 +0000 (20:16 -0300)
commitbf8aa34324cc91a530b0b12f833f106c939f7d84
treea3cff3ce34c5a548f476cb3d94711696d8e4afa0
parentacb31939bb01b68dbcd90f6657f859ba35b74e7c
test: replace aging OpenPGP key used in the test suite

This replaces the old OpenPGPv4 key that is used in the test suite
with a more modern OpenPGPv4 key.  All cryptographic artifacts in the
test suite are updated accordingly.

Having old cryptographic artifacts in the test suite presents a
problem once the old algorithms are rejected by contemporary
implementations.

For reference, this is the old key.

  sec   rsa1024 2011-02-05 [SC]
        5AEAB11F5E33DCE875DDB75B6D92612D94E46381
  uid           [ unknown] Notmuch Test Suite <test_suite@notmuchmail.org> (INSECURE!)
  ssb   rsa1024 2011-02-05 [E]

And this is the new key.  Note that is has the same shape, but uses
Ed25519 and Cv25519 instead of 1024-bit RSA.

  sec   ed25519 2022-09-07 [SC]
        9A3AFE6C60065A148FD4B58A7E6ABE924645CC60
  uid           [ultimate] Notmuch Test Suite (INSECURE!) <test_suite@notmuchmail.org>
  ssb   cv25519 2022-09-07 [E]
25 files changed:
configure
test/T356-protected-headers.sh
test/corpora/crypto/basic-encrypted.eml
test/corpora/crypto/encrypted-rfc822-attachment
test/corpora/crypto/encrypted-signed.eml
test/corpora/mangling/mixed-up.eml
test/corpora/protected-headers/double-wrapped-with-phony-protected-header.eml
test/corpora/protected-headers/encrypted-message-with-forwarded-attachment.eml
test/corpora/protected-headers/encrypted-signed-not-masked.eml
test/corpora/protected-headers/encrypted-signed.eml
test/corpora/protected-headers/misplaced-protected-header.eml
test/corpora/protected-headers/nested-rfc822-message.eml
test/corpora/protected-headers/no-protected-header-attribute.eml
test/corpora/protected-headers/phony-protected-header-bad-encryption.eml
test/corpora/protected-headers/protected-header.eml
test/corpora/protected-headers/protected-with-legacy-display.eml
test/corpora/protected-headers/signed-protected-header.eml
test/corpora/protected-headers/simple-signed-mail.eml
test/corpora/protected-headers/subjectless-protected-header.eml
test/corpora/protected-headers/wrapped-protected-header.eml
test/gnupg-secret-key.NOTE [deleted file]
test/gnupg-secret-key.asc [deleted file]
test/openpgp4-secret-key.asc [new file with mode: 0644]
test/openpgp4-secret-key.asc.NOTE [new file with mode: 0644]
test/test-lib.sh