projects
/
ruby_srp.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'feature/hex-interface'
2013-07-14
Azul
Merge branch 'feature/hex-interface'
commit
|
commitdiff
|
tree
2013-07-14
Azul
version 2.0: API change! expecting and sending hex...
commit
|
commitdiff
|
tree
2013-07-14
Azul
store aa, bb and u as hex by default
commit
|
commitdiff
|
tree
2013-07-14
Azul
first take on a hex based api
commit
|
commitdiff
|
tree
2013-07-14
Azul
more fixtures
commit
|
commitdiff
|
tree
2013-06-24
Azul
version 0.1.7: expose session internal state for debugging
commit
|
commitdiff
|
tree
2013-06-24
Azul
refactore tests: use #internal_state and fixtures
commit
|
commitdiff
|
tree
2013-06-24
Azul
api: Session#internal_state to test and debug
commit
|
commitdiff
|
tree
2013-02-25
Azul
version 0.1.6 - added SRP::Session#to_hash
commit
|
commitdiff
|
tree
2013-02-06
Azul
bumped version to 0.1.5
commit
|
commitdiff
|
tree
2013-02-06
Azul
changed SRP:Client so it can be used to wrap a user...
commit
|
commitdiff
|
tree
2012-11-04
Azul
making byte algo work in 1.9.3 - bumping version
commit
|
commitdiff
|
tree
2012-10-11
Azul
authenticate returns the user, to_json includes M2...
commit
|
commitdiff
|
tree
2012-10-11
Azul
removed duplicate requires, bumped version
commit
|
commitdiff
|
tree
2012-10-05
Azul
bumped version to 0.1.1
commit
|
commitdiff
|
tree
2012-10-05
Azul
add to_json for session so it's easy to use in rails...
commit
|
commitdiff
|
tree
2012-10-05
Azul
bugfix - zero padded salts do not break login anymore
commit
|
commitdiff
|
tree
2012-10-05
Azul
bumped version
commit
|
commitdiff
|
tree
2012-10-05
Azul
rakefile now runs all tests
commit
|
commitdiff
|
tree
2012-10-05
Azul
Merge branch 'feature-py_srp_compat' into develop
commit
|
commitdiff
|
tree
2012-10-05
Azul
made m and m2 calculation srp 6A compatible
commit
|
commitdiff
|
tree
2012-10-04
Azul
using the SRP 6a algorithm for calculating M
commit
|
commitdiff
|
tree
2012-10-04
Azul
moved all server side auth stuff into session so i...
commit
|
commitdiff
|
tree
2012-10-04
Azul
created session class to hold aa, bb and so forth ...
commit
|
commitdiff
|
tree
2012-10-04
Azul
more cleanup - no more duplicate password and username...
commit
|
commitdiff
|
tree
2012-10-04
Azul
simplifying modpow to default to BIG_PRIME_N
commit
|
commitdiff
|
tree
2012-10-04
Azul
some cleanup, sha functions now concat multiple args
commit
|
commitdiff
|
tree
2012-10-04
Azul
using BIG_PRIME_N and hashing the byte array - tests...
commit
|
commitdiff
|
tree
2012-10-03
Azul
calculate verifiers and multiplier just like in py srp
commit
|
commitdiff
|
tree
2012-09-17
Azul
moved readme links from ruby-srp to ruby_srp
commit
|
commitdiff
|
tree
2012-08-21
Azul
added travis ci and codeclimate to the readme
commit
|
commitdiff
|
tree
2012-08-21
Azul
no more spam for me please
commit
|
commitdiff
|
tree
2012-08-21
Azul
adding minimal Rakefile so travis runs our tests
commit
|
commitdiff
|
tree
2012-08-21
Azul
updated srp-js after forced push
commit
|
commitdiff
|
tree
2012-08-06
Azul
hand over the login on handshake like we normally would
commit
|
commitdiff
|
tree
2012-08-06
Azul
added authenticate! which raises SRP::WrongPassword...
commit
|
commitdiff
|
tree
2012-08-02
Azul
added gemspec
commit
|
commitdiff
|
tree
2012-08-02
Azul
make sure our urls still work with srp-js
commit
|
commitdiff
|
tree
2012-08-01
Azul
bringing in srp-js as a submodule for the example
commit
|
commitdiff
|
tree
2012-07-26
Azul
we cache neither the verifier nor the secret in the...
commit
|
commitdiff
|
tree
2012-07-26
Azul
session is handled by the class that includes SRP:...
commit
|
commitdiff
|
tree
2012-07-26
Azul
SRP::Authentication::Session holds the per session...
commit
|
commitdiff
|
tree
2012-07-26
Azul
removing the remaining zerofills
commit
|
commitdiff
|
tree
2012-07-26
Azul
both sides calculate their own u
commit
|
commitdiff
|
tree
2012-07-26
Azul
turned server class into authentication module - test...
commit
|
commitdiff
|
tree
2012-07-26
Azul
removed debugging output and adjusted ruby client to...
commit
|
commitdiff
|
tree
2012-07-03
Azul
more info and resources on the index page
commit
|
commitdiff
|
tree
2012-07-03
Azul
fixed workflow and reduced copy
commit
|
commitdiff
|
tree
2012-07-03
Azul
using json instead of xml responses
commit
|
commitdiff
|
tree
2012-06-29
Azul
adopted srp algo to srp-js way of doing things.
commit
|
commitdiff
|
tree
2012-06-28
Azul
complete ajax flow is working - just auth fails
commit
|
commitdiff
|
tree
2012-06-27
Azul
adjusted user model to use srp
commit
|
commitdiff
|
tree
2012-06-27
Azul
moved to ajax workflow and integrated srp-js - not...
commit
|
commitdiff
|
tree
2012-06-26
Azul
first steps towards adding a server side srp flow to...
commit
|
commitdiff
|
tree
2012-06-26
Azul
moved user and log class to models, verify prints logs
commit
|
commitdiff
|
tree
2012-06-26
Azul
moved the sample app to it's own subdirectory
commit
|
commitdiff
|
tree
2012-06-26
Azul
stress three step layout with a little helper
commit
|
commitdiff
|
tree
2012-06-26
Azul
using layout in the sinatra app
commit
|
commitdiff
|
tree
2012-06-26
Azul
added simple sinatra app for demoing / testing
commit
|
commitdiff
|
tree
2012-06-18
Azul
added readme
commit
|
commitdiff
|
tree
2012-06-18
Azul
initial commit - testing srp auth
commit
|
commitdiff
|
tree