Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | [test] mark tests that depend on couchdb server | drebs | |
2017-03-17 | [test] Prepare tests for python3 compatibility | efkin | |
2017-02-25 | [refactor] pass soledad object to client secrets api | drebs | |
In order to be able to change passphrase, token and offline status of soledad from the bitmask client api, the secrets api also has to be able to use up-to-date values when encrypting/decrypting secrets and uploading/downloading them to the server. This commit makes public some soledad attributes that were previously "private" (i.e. used to start with "_" and were not meant to be accessed from outside), and passes the whole soledad object to the client secrets api. This makes the code cleaner and also allows for always getting newest values of soledad attributes. | |||
2017-02-09 | [refactor] improve secrets generation and storage code | drebs | |
2016-12-12 | [tests] migrate pytest to trial | Victor Shyba | |
test_deprecated_crypto was using pytest, which unfortunately doesnt work when mixed with trial. Migrated back. Also added norecursedirs option back, as it is necessary for parallel testing mode. | |||
2016-12-12 | [test] add test for deprecated crypto format update | drebs | |