summaryrefslogtreecommitdiff
path: root/src/leap/soledad/backends
AgeCommit message (Expand)Author
2013-06-07Do not list the backends as __all__Tomás Touceda
2013-06-05Remove strict dependency on leap.common.drebs
2013-06-05Move symmetric encryption/decryption code from leap.common to leap.soledad.drebs
2013-06-05Use scrypt to derive key for local encryption.drebs
2013-06-03Merge remote-tracking branch 'drebs/feature/2359-avoid-encoding-problems-when...Tomás Touceda
2013-06-03Add cipher, hmac and kdf info to docstrings.drebs
2013-06-01Encode all u1db data before storing.drebs
2013-05-31Add SQLCipher API to SQLCipher backend.drebs
2013-05-28Remove uneeded KeyManager import.drebs
2013-05-25Enforce dependency on simplejson.drebs
2013-05-21Add check for encryption method.drebs
2013-05-17Use leap.common.crypto and AES-256 CTR for symmetric encryption.drebs
2013-05-15Add MAC authentication to encrypted docs.drebs
2013-05-15Change encrypt/decrypt doc functions name and signature.drebs
2013-05-08Fix key for dict, and make couch_url a propertyTomas Touceda
2013-05-04Encapsulate token-based auth in a class.drebs
2013-05-03Protect property in couch server state.drebs
2013-05-01Fix some items from second review.drebs
2013-05-01Monkey patch u1db to allow self-signed SSL certTomas Touceda
2013-05-01Add messages to leap_asserts.drebs
2013-04-30Document encryption sync methods.drebs
2013-04-30Fix shared db auth and add tests.drebs
2013-04-29Change string constants into string literals for couch backend.drebs
2013-04-29Switch string literals to string constants.drebs
2013-04-25Add token auth infrastructure.drebs
2013-04-25Fix symmetric encryption when syncing.drebs
2013-04-23Completelly switch to Key Manager for crypto.drebs
2013-04-23Add encryption_scheme property to LeapDocument.drebs
2013-04-23Separate crypto-related stuff from Soledad class.drebs
2013-04-16Remove GPG asymmetric key stuff.drebs
2013-04-09Eliminate the use of super() in main code.drebs
2013-04-08Add a LOT of docstrings.drebs
2013-03-10Remove monkeypatch logging for now.drebs
2013-03-10Add namespace package.drebs
2013-03-07Move source files to proper subdirectory.drebs