aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/export.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-20tests: Drop the old shell-based tests.Justus Winter1-110/+0
-- Signed-off-by: Justus Winter <[email protected]>
2016-06-11g10: Export cleartext keys as cleartextDaniel Kahn Gillmor1-24/+4
* g10/export.c (do_export_stream): If a key is stored by the agent in cleartext, then try to export it as cleartext. * tests/openpgp/export.test: For secret keys that are stored in cleartext, test should try to export without pinentry interaction. -- This restores the behavior of GnuPG 2.0 and 1.4 when exporting passphraseless secret keys, and fixes the test suite accordingly. GnuPG-bug-id: 2070, 2324 Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-05-23tests: Test the pinentry interactions when exporting keys.Justus Winter1-5/+67
* tests/openpgp/export.test: Test pinentry interactions. Signed-off-by: Justus Winter <[email protected]>
2016-05-23tests: Add export test.Justus Winter1-0/+68
* tests/openpgp/Makefile.am (TESTS): Add new file. * tests/openpgp/export.test: New file. Signed-off-by: Justus Winter <[email protected]>