Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-24 | tests: Integrate --use-keyboxd into the OpenPGP test suite. | Werner Koch | 1 | -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-21 | tests: Add test for gpgv. | Justus Winter | 1 | -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]> |