Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-20 | Adapt get_key() and send_key() to the spec. | drebs | |
* Use session_id instead of token for now. * Receive info needed to interact with webapp API as params and setters/getters. * Use the webapp API for sending the key to server. * Prevent from refreshing own key. | |||
2013-05-11 | add repr method to encryption key | Kali Kaneko | |
2013-05-02 | Various fixes | Tomas Touceda | |
2013-04-27 | Add key refreshing for KeyManager. | drebs | |
2013-04-23 | Refactor, fixes, add api, tests. | drebs | |
* Change KeyTypeWrapper to EncryptionScheme * Change OpenPGPWrapper to OpenPGPScheme * Add missing and standardized crypto API. * Add delete_key() * Fix put_key raw so it puts either public or private keys. * Fix gpg's is_encrypted() * Fix openpgp's safe callbacks so they return correctly. * Remove binascii because it generates invalid doc ids. * Add tests. | |||
2013-04-22 | Add send_keys() and refresh_keys() to Key Manager. | drebs | |
2013-04-19 | Make keymanager OpenPGP wrapper store using Soledad. | drebs | |
2013-04-15 | Add basic openpgp key handling to Key Manager | drebs | |