summaryrefslogtreecommitdiffstats
path: root/Tests/Auth
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Added checkid_immediate server test]Josh Hoyt2006-01-251-0/+33
|
* [project @ Diffie-Hellman associate error test and fixes]Josh Hoyt2006-01-251-0/+9
|
* [project @ Add Diffie-Hellman association test and associated fixes]Josh Hoyt2006-01-251-0/+24
|
* [project @ Plain-text association server test and associated fixes]Josh Hoyt2006-01-251-0/+26
|
* [project @ Added bad mode for post server test]Josh Hoyt2006-01-251-0/+15
|
* [project @ Clean up server test code a little]Josh Hoyt2006-01-251-11/+12
|
* [project @ Added getNoArgs server test]Josh Hoyt2006-01-251-0/+8
|
* [project @ Add getBadArgs server test]Josh Hoyt2006-01-251-0/+14
|
* [project @ Added one server test]Josh Hoyt2006-01-241-0/+54
|
* [project @ Add memstore for testing]Josh Hoyt2006-01-242-0/+118
|
* [project @ Converted Auth_OpenID_ status codes to define()s rather than ↵tailor2006-01-241-10/+7
| | | | global variables.]
* [project @ Changed require_once() to require_once per PEAR proposal comment.]tailor2006-01-2410-31/+31
|
* [project @ Add identifying information to the nonce test so that we can tell ↵Josh Hoyt2006-01-241-7/+9
| | | | which parts failed]
* [project @ randrange -> rand]Josh Hoyt2006-01-241-8/+8
|
* [project @ Move functions that depend on the math library into the library ↵Josh Hoyt2006-01-232-21/+15
| | | | | | | | as methods] Also move the Diffie-Hellman related association code into DiffieHellman.php so that the consumer and server code do not need to know about the math library.
* [project @ Move arbitrary-precision integer functions to BigMath module]Josh Hoyt2006-01-232-205/+223
|
* [project @ Remove Auth_OpenID_(from|to)Base64 wrappers]Josh Hoyt2006-01-232-6/+5
|
* [project @ Fold strxor into the DiffieHellman implementation]Josh Hoyt2006-01-231-42/+0
|
* [project @ Move getBytes out of Auth_OpenID_CryptUtil]Josh Hoyt2006-01-231-5/+5
|
* [project @ Move randrange out of Auth_OpenID_CryptUtil]Josh Hoyt2006-01-231-4/+4
|
* [project @ Fix getBytes test to use the correct data length]Josh Hoyt2006-01-231-1/+1
|
* [project @ Simplify randomString implementation]Josh Hoyt2006-01-231-4/+3
|
* [project @ Move maxint to tests because it's only used in testing]Josh Hoyt2006-01-231-2/+21
|
* [project @ Remove duplicated functionality (toBase64, fromBase64)]Josh Hoyt2006-01-231-1/+1
|
* [project @ Remove unused function reversed in cryptutil]Josh Hoyt2006-01-231-24/+0
|
* [project @ Namespace flattening in cryptutil to make the code a little ↵Josh Hoyt2006-01-233-7/+7
| | | | easier to read]
* [project @ Updated documentation for phpdoc]tailor2006-01-201-0/+29
|
* [project @ Fixed db name generation bug]tailor2006-01-191-1/+1
|
* [project @ Fixed database name generator to replace dots with underscores in ↵tailor2006-01-191-0/+3
| | | | hostname]
* [project @ Added logic to make SQL store tests succeed but not run if ↵tailor2006-01-191-0/+24
| | | | database extensions are unavailable]
* [project @ Updated SQL store tests to generate unique database names and ↵tailor2006-01-191-12/+78
| | | | added store tests to test lineup]
* [project @ Added MySQL store and store test]tailor2006-01-181-0/+32
|
* [project @ Cleaned up store test code]tailor2006-01-181-5/+11
|
* [project @ Added test for SQLiteStore]tailor2006-01-181-0/+25
|
* [project @ Added postgres store test]tailor2006-01-181-41/+113
|
* [project @ Fix test to work when there is no math support]Josh Hoyt2006-01-171-21/+60
|
* [project @ Make consumer tests run faster by using a small modulus for ↵Josh Hoyt2006-01-171-3/+13
| | | | Diffie-Hellman]
* [project @ Make construction of dhpriv tests clearer]Josh Hoyt2006-01-171-2/+2
|
* [project @ Use math lib comparison function for dhpriv test]Josh Hoyt2006-01-171-1/+2
|
* [project @ Make identity of failing tests easier to find for dh tests]Josh Hoyt2006-01-171-1/+1
|
* [project @ Formatting]Josh Hoyt2006-01-171-8/+7
|
* [project @ Move longToBase64, longToBinary out of CryptUtil:: class to make ↵Josh Hoyt2006-01-172-4/+4
| | | | code more readable]
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for ↵tailor2006-01-1613-0/+2587
better PEAR categorization]