diff options
author | drebs <drebs@leap.se> | 2013-05-14 18:56:12 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-15 19:35:19 -0300 |
commit | 3e22ea2445f805dfe0df9bbf15a03cbc53a88167 (patch) | |
tree | 117404582f057420c49ee6c0cee8439dfddebd37 /changes/feature_add-mac-authentication | |
parent | c3ff09e07eb09254927fd3fbd7d47259be9442c7 (diff) |
Add MAC authentication to encrypted docs.
* 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.
Diffstat (limited to 'changes/feature_add-mac-authentication')
-rw-r--r-- | changes/feature_add-mac-authentication | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_add-mac-authentication b/changes/feature_add-mac-authentication new file mode 100644 index 00000000..ce5a4789 --- /dev/null +++ b/changes/feature_add-mac-authentication @@ -0,0 +1 @@ + o Add MAC authentication to encrypted representation of documents. |