Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-20 | tests: Drop the old shell-based tests. | Justus Winter | 1 | -110/+0 | |
-- Signed-off-by: Justus Winter <[email protected]> | |||||
2016-06-11 | g10: Export cleartext keys as cleartext | Daniel Kahn Gillmor | 1 | -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-23 | tests: Test the pinentry interactions when exporting keys. | Justus Winter | 1 | -5/+67 | |
* tests/openpgp/export.test: Test pinentry interactions. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-05-23 | tests: Add export test. | Justus Winter | 1 | -0/+68 | |
* tests/openpgp/Makefile.am (TESTS): Add new file. * tests/openpgp/export.test: New file. Signed-off-by: Justus Winter <[email protected]> |