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