summaryrefslogtreecommitdiff
path: root/lib/srp/authentication.rb
AgeCommit message (Expand)Author
2012-08-06added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2Azul
2012-07-26we cache neither the verifier nor the secret in the session just in caseAzul
2012-07-26SRP::Authentication::Session holds the per session dataAzul
2012-07-26both sides calculate their own uAzul
2012-07-26turned server class into authentication module - test green, example brokenAzul