aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/gpgv.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Integrate --use-keyboxd into the OpenPGP test suite.Werner Koch2020-09-241-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]>
* tests: Add test for gpgv.Justus Winter2017-06-211-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]>