summaryrefslogtreecommitdiff
path: root/test/lisp/gnus/mml-sec-resources
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-12-261-1/+1
| | | | (cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
* Replace aging OpenPGP artifacts in gnus' mml-sec tests.Justus Winter2022-10-0650-0/+120
| | | | | | | | | This replaces the old OpenPGPv4 keys that are used in the test suite with more modern OpenPGPv4 keys. Having old cryptographic artifacts in the test suite presents a problem once the old algorithms are rejected by contemporary implementations (bug#58301).
* Move mml-sec.el test data to follow our conventionsStefan Kangas2020-10-2434-0/+31
* test/lisp/gnus/mml-sec-tests.el (ert-x): Require. (mml-secure-test-fixture, mml-sec-test--kill-gpg-agent): Use ert-resource-directory. * test/lisp/gnus/mml-sec-resources/*: Moved from test/data/mml-sec/. * .gitignore: Update location of moved file "random_seed".