summaryrefslogtreecommitdiff
path: root/src/leap/soledad/tests/test_soledad.py
AgeCommit message (Collapse)Author
2013-04-29Remove gnupg_home from where it still was.drebs
2013-04-23Completelly switch to Key Manager for crypto.drebs
This removes all GPG wrapper that was left and includes Key Manager to take care of all crypto stuff.
2013-04-23Separate crypto-related stuff from Soledad class.drebs
This creates a SoledadCrypto object that should encapsulate everything related to crypto in Soledad. Also, replace hmac for sha256 when creating hashes.
2013-04-16Remove GPG asymmetric key stuff.drebs
Everything related to asymmetric encryting will be handled by Key Manager.
2013-04-13Use BaseConfig for configuring Soledad.drebs