summaryrefslogtreecommitdiff
path: root/obnamlib/encryption_tests.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Fix copyright yearLars Wirzenius1-1/+1
2016-10-27Ignore errors when removing temporary dirs for testingLars Wirzenius1-3/+3
2015-10-11encryption_tests: make robust against bad default keyringsBen Boeckel1-3/+12
2015-08-29Drop unused variables and dead code callsLars Wirzenius1-4/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-3/+2
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann1-1/+0
2014-04-13More copyright nitpick fixesLars Wirzenius1-1/+1
2014-04-09Fix unit test to not modify test-gpghomeLars Wirzenius1-4/+16
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-13/+13
2011-05-05Refactor and hopefully fix symmetric key caching.Lars Wirzenius1-0/+33
2011-04-17Fix tests that fail because symmetric keys are now in hex.Lars Wirzenius1-2/+2
2011-04-12Fix test to work with the new keypair in test keyring.Lars Wirzenius1-2/+3
2011-04-05Rename symmetric encryption function to be shorter.Lars Wirzenius1-3/+3
2011-03-27Implement SecretKeyring and encryption/decryption using public keys.Lars Wirzenius1-0/+30
2011-03-27Add a Keyring class.Lars Wirzenius1-1/+53
2011-03-27Add obnamlib.get_public_key.Lars Wirzenius1-0/+20
2011-03-27Fix tests to not read from /dev/random.Lars Wirzenius1-2/+2
2011-03-27Implement symmetric encryption for real.Lars Wirzenius1-0/+7
2011-03-27Add dummy implementation of encrypt_with_symmetric_key.Lars Wirzenius1-0/+12
2011-03-27Fix generate_symmetric_key to work right with weird key sizes.Lars Wirzenius1-0/+4
2011-03-27Start module for encryption helpers.Lars Wirzenius1-0/+29