Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-29 | Remove gnupg_home from where it still was. | drebs | |
2013-04-23 | Completelly 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-23 | Separate 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-16 | Remove GPG asymmetric key stuff. | drebs | |
Everything related to asymmetric encryting will be handled by Key Manager. | |||
2013-04-13 | Use BaseConfig for configuring Soledad. | drebs | |