aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/gpg-agent.conf.tmpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-24tests: Deduplicate and simplify code.Justus Winter1-3/+0
* tests/gpgme/gpgme-defs.scm (create-file): Move... * tests/gpgsm/gpgsm-defs.scm (create-file): ... likewise... * tests/openpgp/defs.scm (create-file): Here. (create-gpghome): Use 'create-file'. * tests/openpgp/gpg-agent.conf.tmpl: Delete file. * tests/openpgp/gpg.conf.tmpl: Likewise. Signed-off-by: Justus Winter <[email protected]>
2016-07-19tests: Add test for ssh support.Justus Winter1-0/+1
* tests/gpgscm/tests.scm (path-expand): New function. * tests/openpgp/Makefile.am (TESTS): Add new test. (sample_keys): Add new keys. (CLEANFILES): Clean ssh socket and control file. * tests/openpgp/fake-pinentry.c (main): Add a default passphrase. * tests/openpgp/gpg-agent.conf.tmpl: Enable ssh support. * tests/openpgp/samplekeys/ssh-dsa.key: New file. * tests/openpgp/samplekeys/ssh-ecdsa.key: Likewise. * tests/openpgp/samplekeys/ssh-ed25519.key: Likewise. * tests/openpgp/samplekeys/ssh-rsa.key: Likewise. * tests/openpgp/ssh.scm: Likewise. Signed-off-by: Justus Winter <[email protected]>
2016-06-23tests/openpgp: Fake the system time for the tofu test.Justus Winter1-2/+0
The keys in the tofu test are set to expire on 2016-09-17. Fake the system time for this test. This commit includes changes to the old test as well, for those who need to backport it. * tests/openpgp/gpg-agent.conf.tmpl: Drop trailing newlines. * tests/openpgp/tofu.scm: Fake system time. * tests/openpgp/tofu.test: Likewise. GnuPG-bug-id: 2393 Signed-off-by: Justus Winter <[email protected]>
2016-02-13tests: Remove some harmless warnings in regression tests.Werner Koch1-1/+0
* tests/openpgp/gpg-agent.conf.tmpl: Remove --use-standard-socket. Signed-off-by: Werner Koch <[email protected]>
2010-10-14Remove debug optionsWerner Koch1-3/+1
2010-10-14All tests work are again workingWerner Koch1-1/+5
2010-10-14Some tweaks to the agent startup.Werner Koch1-1/+2
2010-06-07Change OpenPGP test framework to run under the control of the agent.Werner Koch1-1/+1
2010-05-11Update tests.Werner Koch1-0/+2