summaryrefslogtreecommitdiff
path: root/src/se/leap/bitmaskclient/LeapSRPSession.java
AgeCommit message (Collapse)Author
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-03-13Token correctly sent in the http request.Parménides GV
2013-11-19Token based authentication implemented.Parménides GV
We use the session id cookie in the SRP process, and then reset the cookie store (forgetting about that cookie) and store the authentication token in a static variable inside LeapSRPSession.
2013-11-14Check B % N != 0 in SRP algorithm.Parménides GV
2013-11-09bitmaskclient instead of leapclient in package pathcyBerta