diff options
author | Micah Anderson <micah@riseup.net> | 2013-07-29 20:51:58 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-07-29 20:51:58 -0400 |
commit | ad0e1bb375b4676d0be8325cc66e0015e2b254fa (patch) | |
tree | a59829920c9ca8db4bc806b4282499aa266e002c /CHANGELOG | |
parent | a331689bfdb04b09bfce1a82d1f51a54c7a8cb8e (diff) |
update to 0.2.3
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. |