summaryrefslogtreecommitdiff
path: root/test-gpghome
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Remove unused argument from verify_regular_fileLars Wirzenius1-0/+0
2013-12-28Remove now-unused construct_metadata_objectLars Wirzenius1-0/+0
2013-12-28Make CheckFile not get metadata objectLars Wirzenius1-0/+0
2013-12-28Remove pointless construct_metadata_object callLars Wirzenius1-0/+0
2013-12-28Add LockManager.is_locked and use it in testsLars Wirzenius1-0/+0
2013-12-28Augment FIXMELars Wirzenius1-0/+0
2013-12-01Create a trustdb.gpg in temp GNUPGHOMELars Wirzenius1-0/+0
From version 2.0.22 or so, gpg insists on having a trustdb.gpg in the GNUPGHOME. Create it when we set up the temporary GNUPHOME during encryption operations, by importing an empty ownertrust file.
2013-06-16Restore correct gpg keyringsLars Wirzenius2-0/+0
2013-06-16Remove whitespace from ends of linesLars Wirzenius2-0/+0
2011-04-12Add second key to test keyring.Lars Wirzenius4-0/+0
2011-03-27Remove passphrase so we can automate tests.Lars Wirzenius1-0/+0
In theory, we could have code to give gpg the passphrase, but in reality, the gpg-agent is going to be providing the passphrase, so this is simpler.
2011-03-27Add a gpg dir for testing.Lars Wirzenius4-0/+0
Generating new keys for every test turns out to be a good way to get rid of all your entropy.