index
:
ruby_srp.git
develop
feature-py_srp_compat
master
release-0.1.0
[ruby_srp]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
srp
Age
Commit message (
Expand
)
Author
2012-10-05
made m and m2 calculation srp 6A compatible
Azul
2012-10-04
using the SRP 6a algorithm for calculating M
Azul
2012-10-04
moved all server side auth stuff into session so i can remove the authenticat...
Azul
2012-10-04
created session class to hold aa, bb and so forth - done for client
Azul
2012-10-04
more cleanup - no more duplicate password and username in Client
Azul
2012-10-04
simplifying modpow to default to BIG_PRIME_N
Azul
2012-10-04
some cleanup, sha functions now concat multiple args
Azul
2012-10-04
using BIG_PRIME_N and hashing the byte array - tests pass
Azul
2012-10-03
calculate verifiers and multiplier just like in py srp
feature-py_srp_compat
Azul
2012-08-06
hand over the login on handshake like we normally would
Azul
2012-08-06
added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2
Azul
2012-07-26
we cache neither the verifier nor the secret in the session just in case
Azul
2012-07-26
session is handled by the class that includes SRP::Authentication - not the c...
Azul
2012-07-26
SRP::Authentication::Session holds the per session data
Azul
2012-07-26
removing the remaining zerofills
Azul
2012-07-26
both sides calculate their own u
Azul
2012-07-26
turned server class into authentication module - test green, example broken
Azul
2012-07-26
removed debugging output and adjusted ruby client to new server api
Azul
2012-06-29
adopted srp algo to srp-js way of doing things.
Azul
2012-06-28
complete ajax flow is working - just auth fails
Azul
2012-06-27
moved to ajax workflow and integrated srp-js - not quite there yet
Azul
2012-06-26
first steps towards adding a server side srp flow to the example
Azul
2012-06-18
initial commit - testing srp auth
Azul