summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
developMerge branch 'feature-py_srp_compat' into developAzul12 years
feature-py_srp_compatcalculate verifiers and multiplier just like in py srpAzul12 years
masterMerge branch 'feature/hex-interface'Azul11 years
release-0.1.0authenticate returns the user, to_json includes M2. bumped version to 0.1.3Azul12 years
 
 
AgeCommit messageAuthor
2012-10-05Merge branch 'feature-py_srp_compat' into developdevelopAzul
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-04created session class to hold aa, bb and so forth - done for clientAzul
2012-10-04more cleanup - no more duplicate password and username in 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
[...]