Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | Remove strict dependency on leap.common. | drebs | |
* Encapsulate leap_assert and leap_assert_type so Soledad works without them. * Remove dependency on leap.common.files.mkdir_p(). * Encapsulate signaling. * Add changes file. | |||
2013-06-05 | Move symmetric encryption/decryption code from leap.common to leap.soledad. | drebs | |
2013-06-05 | Use scrypt to derive key for local encryption. | drebs | |
2013-06-03 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2359-avoid-encoding-problems-when-storing-u1db-data' into develop | |||
2013-06-03 | Add cipher, hmac and kdf info to docstrings. | drebs | |
2013-06-01 | Encode all u1db data before storing. | drebs | |
2013-05-31 | Add SQLCipher API to SQLCipher backend. | drebs | |
* Add code for use of raw 64 hex-char key in sqlcipher databases. * Add encrypted db assertion according to sqlcipher doc. * Add the following PRAGMAS to the API: * PRAGMA cipher * PRAGMA kdf_iter * PRAGMA cipher_page_size * PRAGMA rekey | |||
2013-05-28 | Remove uneeded KeyManager import. | drebs | |
2013-05-25 | Enforce dependency on simplejson. | drebs | |
2013-05-21 | Add check for encryption method. | drebs | |
2013-05-17 | Use leap.common.crypto and AES-256 CTR for symmetric encryption. | drebs | |
2013-05-15 | Add 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-15 | Change encrypt/decrypt doc functions name and signature. | drebs | |
2013-05-08 | Fix key for dict, and make couch_url a property | Tomas Touceda | |
2013-05-04 | Encapsulate token-based auth in a class. | drebs | |
2013-05-03 | Protect property in couch server state. | drebs | |
2013-05-01 | Fix some items from second review. | drebs | |
Items are: * remove unused imports. * __init__.py: initialize variable before read from file. * backends/leap_backend.py: Fix mistyped exception name, fix docstring of encryption function. | |||
2013-05-01 | Monkey patch u1db to allow self-signed SSL cert | Tomas Touceda | |
2013-05-01 | Add messages to leap_asserts. | drebs | |
2013-04-30 | Document encryption sync methods. | drebs | |
2013-04-30 | Fix shared db auth and add tests. | drebs | |
2013-04-29 | Change string constants into string literals for couch backend. | drebs | |
2013-04-29 | Switch string literals to string constants. | drebs | |
2013-04-25 | Add token auth infrastructure. | drebs | |
2013-04-25 | Fix symmetric encryption when syncing. | drebs | |
Also does: * Remove all crypto methods from LeapDocument. * Encode 'encryption_scheme' inside the document JSON. * Add functions for encrypting and decrypting. * Fix LeapSyncTarget so its connection actually returns a LeapSyncTarget. * Fix symmetric encryption when syncing: - don't try to encrypt tombstone documents. * Fix symmetric decryption when syncing: - Only try do decrypt if the incoming document has an '_encryption_scheme' entry with value equal to EncryptionSchemes.PUBKEY. * Fix doc skipping for non-syncable docs. * Fix tests that compared raw content with encrypted content. | |||
2013-04-23 | Completelly switch to Key Manager for crypto. | drebs | |
This removes all GPG wrapper that was left and includes Key Manager to take care of all crypto stuff. | |||
2013-04-23 | Add encryption_scheme property to LeapDocument. | drebs | |
2013-04-23 | Separate crypto-related stuff from Soledad class. | drebs | |
This creates a SoledadCrypto object that should encapsulate everything related to crypto in Soledad. Also, replace hmac for sha256 when creating hashes. | |||
2013-04-16 | Remove GPG asymmetric key stuff. | drebs | |
Everything related to asymmetric encryting will be handled by Key Manager. | |||
2013-04-09 | Eliminate the use of super() in main code. | drebs | |
Tests inherited from u1db still use super, but that can be changed in the future. | |||
2013-04-08 | Add a LOT of docstrings. | drebs | |
2013-03-10 | Remove monkeypatch logging for now. | drebs | |
2013-03-10 | Add namespace package. | drebs | |
2013-03-07 | Move source files to proper subdirectory. | drebs | |