commit | 97ab8098450536fd25842e30e2b3bc17b2f11c72 | [log] [tgz] |
---|---|---|
author | Klaus Trainer <klaus_trainer@posteo.de> | Wed Feb 19 21:30:53 2014 +0100 |
committer | Klaus Trainer <klaus_trainer@apache.org> | Sun Feb 23 18:59:21 2014 +0100 |
tree | 7ea953f4f7ef7567e732ea9829dd7d9d066ef715 | |
parent | 07f1708f0ea577f53313cb1e74a9eaafc72c09f2 [diff] |
Remove client-side password crypto from JS tests This removes client-side password crypto from the JavaScript tests. In some JavaScript tests, it has been assumed that SHA-1 is used for the password hash in user docs. Those tests should, however, not rely on implementation details of the user authentication hash function, as it isn't the goal of those tests to check these. Furthermore, this causes problems when a password scheme is changed, or a new one is introduced.