summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/LeapSRPSession.java
AgeCommit message (Expand)Author
2013-11-09bitmaskclient instead of leapclient in package pathcyBerta
2013-10-03Fixed M2 and M1 constants values.Parménides GV
2013-09-30Moved all constants from ConfigHelper.Parménides GV
2013-07-26Include GPLv3+ file and header for files in se.leap.leapclient packageSean Leonard
2013-06-20No binary library needed.Parménides GV
2013-06-19First round of comments.Parménides GV
2013-06-10Removed unused methods and variables.Parménides GV
2013-06-08Clean up some unused and some formattingSean Leonard
2013-06-05Fixed passwords with \ character.Parménides GV
2013-06-04Fixed SRP strange characters bugs.Parménides GV
2013-06-04Fixed 2 important bugs.Parménides GV
2013-05-29Fixed passwords with strange characters?Parménides GV
2013-05-13A bit more clean.Parménides GV
2013-04-29Changed the message shown when checking if the password is valid or not.Parménides GV
2013-04-29This commit contains:Parménides GV
2013-04-29Made SRP working with ProviderAPI methods more frequently than not in localho...Parménides GV
2013-04-11Made LeapSRPSession more beautiful, put javadoc and commented lines ofParménides GV
2013-04-10Some more trims added. It passes a lot of tests from the test projectParménides GV
2013-04-10LeapSRPSession response() method is working for the three differentParménides GV
2013-04-09Response should be correct, as far as different calculationsParménides GV
2013-04-08Done constructor of LeapSRPSession: it's OK.Parménides GV
2013-04-08Xor method fixed. I use BigInteger Java one.Parménides GV
2013-04-03Fixed bug #2146 => A calculation is now fine. Next step: fix M1Parménides GV