summaryrefslogtreecommitdiff
path: root/src/leap/soledad/backends/leap_backend.py
AgeCommit message (Expand)Author
2013-06-05Remove strict dependency on leap.common.drebs
2013-06-05Move symmetric encryption/decryption code from leap.common to leap.soledad.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-04Encapsulate token-based auth in a class.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-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-07Move source files to proper subdirectory.drebs