Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Include info about scrypt and backwards compatibility.
* Add missing 'utf-8' header to test file.
|
|
|
|
* Change format of storage.
* Refactor and modify export/import recovery documents logic.
* Change storage secret length to 512.
* Encrypt the storage document with derived function.
* Refactor property name inside crypto submodule.
* Add docstrings for new methods.
* Fix wrong method call import_recovery_document.
* Fix base64 encoding and secret/kdf length info.
* Add missing header.
* Add missing fields to comment.
Closes 2475 and 2423.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Also, fix soledad instantiation to include a cert_file param.
|
|
|
|
Base64 encoding returned a \n at the end of the string and that was causing
trouble on the HTTP request when the token was added as an http header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also does:
* Remove config_path so soledad does not read configuration from file.
* Change shared_db_url to server_db.
* Make sync and shared_db use server_db.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|