summaryrefslogtreecommitdiff
path: root/lib/srp/util.rb
AgeCommit message (Expand)Author
2013-06-24api: Session#internal_state to test and debugAzul
2012-11-04making byte algo work in 1.9.3 - bumping versionAzul
2012-10-05bugfix - zero padded salts do not break login anymoreAzul
2012-10-04using the SRP 6a algorithm for calculating MAzul
2012-10-04created session class to hold aa, bb and so forth - done for clientAzul
2012-10-04simplifying modpow to default to BIG_PRIME_NAzul
2012-10-04some cleanup, sha functions now concat multiple argsAzul
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-07-26removing the remaining zerofillsAzul
2012-07-26both sides calculate their own uAzul
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-27moved to ajax workflow and integrated srp-js - not quite there yetAzul
2012-06-18initial commit - testing srp authAzul