summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-07-14store aa, bb and u as hex by defaultAzul
2013-07-14first take on a hex based apiAzul
2013-07-14more fixturesAzul
2013-06-24refactore tests: use #internal_state and fixturesAzul
2013-02-25version 0.1.6 - added SRP::Session#to_hashAzul
2013-02-06changed SRP:Client so it can be used to wrap a user record on the serverAzul
2012-10-11authenticate returns the user, to_json includes M2. bumped version to 0.1.3release-0.1.0Azul
2012-10-05bugfix - zero padded salts do not break login anymoreAzul
2012-10-05made m and m2 calculation srp 6A compatibleAzul
2012-10-04using the SRP 6a algorithm for calculating MAzul
2012-10-04moved all server side auth stuff into session so i can remove the authenticat...Azul
2012-10-04more cleanup - no more duplicate password and username in ClientAzul
2012-10-04using BIG_PRIME_N and hashing the byte array - tests passAzul
2012-10-03calculate verifiers and multiplier just like in py srpfeature-py_srp_compatAzul
2012-08-06hand over the login on handshake like we normally wouldAzul
2012-08-06added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2Azul
2012-07-26session is handled by the class that includes SRP::Authentication - not the c...Azul
2012-07-26turned server class into authentication module - test green, example brokenAzul
2012-06-29adopted srp algo to srp-js way of doing things.Azul
2012-06-28complete ajax flow is working - just auth failsAzul
2012-06-26first steps towards adding a server side srp flow to the exampleAzul
2012-06-18initial commit - testing srp authAzul