summaryrefslogtreecommitdiff
path: root/javascript/srp.js
AgeCommit message (Expand)Author
2012-07-20INCOMPATIBLE: major restructuring of the repositoryAzul
2012-07-02reject server response with error message if B=0Azul
2012-07-02parsing JSON responses tested and fixedAzul
2012-07-02factored out parsing the responsesAzul
2012-07-02check for ready state and status before callbackAzul
2012-07-02changed indentation to the 2 spaces i loveAzul
2012-07-02added integration test for loginAzul
2012-06-29Connection Header is not allowed according to xhr spec.Azul
2009-08-14Fixed bug in views.py, changed files named 'hash' to 'crypto' since it now in...ausiv4
2009-08-12Rather than passing the necessary parameters to the SRP constructor, I've mad...ausiv4
2009-08-12When upgrading the user from a non-srp account to an SRP account, the client ...ausiv4
2009-08-09Significant cleanup to srp.js.ausiv4
2009-08-08This adds upgrade functionality so that existing django apps can switch to SRP.ausiv4
2009-08-07This update separates the register functionality from the login library. The ...ausiv4
2009-08-04Removed debugging line from srp.jsausiv4
2009-08-04Improved documentation for srp.js.ausiv4
2009-08-04Now the import_hashes function checks to see whether the srp file is packed o...ausiv4
2009-08-04I've cleaned up the script path code so that it now packs properly. The path ...ausiv4
2009-08-04I've started working on the feature that will allow existing servers to upgra...ausiv4
2009-07-28Fixed srp.js for IE6.ausiv4
2009-07-28In this update we use jsPacker.pl to combine and compress javascript ausiv4
2009-07-25Moved register and login page to templates rather than cluttering views.py. A...ausiv4
2009-07-25Fixed views.py to work with the new library for registration. There were mino...ausiv4
2009-07-25This commit makes major revisions to srp.js. The SRP library now works ausiv4
2009-07-24Merge proper-random with trunk.ausiv4
2009-07-23First submission.ausiv4