summaryrefslogtreecommitdiff
path: root/test/client_test.rb
AgeCommit message (Collapse)Author
2013-02-06changed SRP:Client so it can be used to wrap a user record on the serverAzul
2012-10-04more cleanup - no more duplicate password and username in ClientAzul
A client has a set of pwd and login and tries to auth with this.
2012-10-03calculate verifiers and multiplier just like in py srpfeature-py_srp_compatAzul
Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays