diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-07-26 10:34:41 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-07-26 10:34:41 -0300 |
commit | cff05bca05c0f87b1994315c04897c22d18c4e77 (patch) | |
tree | bf4ba7cfc8b51701b8097c30a6a4b2887eb41d88 /CHANGELOG | |
parent | caeb0e0fb32617fd8ca2a24239b5a68a034bc4f1 (diff) |
Fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +0.2.3 Jul 26: +Client: + o Avoid possible timing attack in document's mac comparison by + comparing hashes instead of plain macs. Closes #3243. +Server: + o Refactor server side auth classes to make it possible for other + kinds of authentication to be easily implemented. Closes #2621. + o Fix double specified /etc/leap/soledad-server.pem in initscript by + pointing the PRIVKEY_PATH to /etc/leap/soledad-server.key. Fixes + #3174. + 0.2.2 Jul 12: Client: o Add method for password change. |