summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2013-05-25Add action validation in server.drebs
* Use routes for validating user actions when interacting with server. * Also add tests for action validation. * Add changes file. * Closes #2356.
2013-05-18Merge remote-tracking branch 'kali/feature/blank-server' into developTomás Touceda
2013-05-17Use leap.common.crypto and AES-256 CTR for symmetric encryption.drebs
2013-05-17Allow to initialize soledad with a blank serverKali Kaneko
2013-05-15Add MAC authentication to encrypted docs.drebs
* Fix review comments: * Use of literal string instead of self.STORAGE_SECRETS_KEY * Add mac_method param to mac_doc() * Verify mac_method in mac_doc() and raise in there if unknown method * Use different parts of storage_secret for generating doc passphrase and mac key. * Add changes file.
2013-05-13Add changes file.drebs
* Include info about scrypt and backwards compatibility. * Add missing 'utf-8' header to test file.
2013-05-09fix broken pip installKali Kaneko