aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/gpgv.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-24tests: Integrate --use-keyboxd into the OpenPGP test suite.Werner Koch1-1/+13
* tests/openpgp/all-tests.scm (all-tests): Replace extended-key-format mode with a new keyboxd mode. * tests/openpgp/defs.scm (create-gpghome): Ditto. * tests/openpgp/gpgv.scm: Adjust for keyboxd mode. * tests/openpgp/issue2419.scm: Fix to allow setting a log-file into gpg.conf for debugging. Signed-off-by: Werner Koch <[email protected]>
2017-06-21tests: Add test for gpgv.Justus Winter1-0/+75
* tests/openpgp/Makefile.am (XTESTS): Add the new test. * tests/openpgp/gpgv.scm: New file. * tests/openpgp/signed-messages.scm: Likewise. * tests/openpgp/verify.scm: Move the signed messages to the new file and load it. Signed-off-by: Justus Winter <[email protected]>