aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/issue2929.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Locate resources and scripts relative to top source dir.Justus Winter2017-04-241-1/+1
| | | | | | | | | | | | -- Locate every resource and every script used in the tests using a path relative to the top of the source tree. This is a purely mechanical change, mostly done using regular expressions, with a few manual fixups here and there. Signed-off-by: Justus Winter <[email protected]>
* tests: Improve description of test.Neal H. Walfield2017-02-021-1/+1
| | | | | | * tests/openpgp/issue2929.scm: Improve description of test. Signed-off-by: Neal H. Walfield <[email protected]>
* Revert "Revert "tests: Add test demonstrating issue2929.""Neal H. Walfield2017-02-021-0/+32
| | | | This reverts commit 59048b0f1aa77313573a1004cd3a9f02692a7521.
* Revert "tests: Add test demonstrating issue2929."Justus Winter2017-01-301-32/+0
| | | | This reverts commit 5aafa56dffefe3fac55b9d0555c7c86e8a07f072.
* tests: Add test demonstrating issue2929.Justus Winter2017-01-241-0/+32
* tests/openpgp/Makefile.am (XTESTS): Add new test. * tests/openpgp/issue2929.scm: New file. -- This test demonstrates a problem with the TOFU trust model when a new key is created. Signed-off-by: Justus Winter <[email protected]>