summaryrefslogtreecommitdiffstats
path: root/Net
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Fixed randrange to use MathLibrary and updated math library ↵tailor2005-12-301-36/+31
| | | | loading code]
* [project @ Added more operations to the math library classes]tailor2005-12-301-0/+36
|
* [project @ Implemented longToBinary and binaryToLong functions]tailor2005-12-301-2/+53
|
* [project @ Updated DH class to fail if the fallback 32-bit int mode is being ↵tailor2005-12-301-0/+7
| | | | used]
* [project @ Added maxint function]tailor2005-12-301-0/+15
|
* [project @ Refactored DiffieHellman to use Net_OpenID_MathLibrary]tailor2005-12-292-113/+50
|
* [project @ Added phpdoc directives and inserted trigger_error for platform ↵tailor2005-12-291-0/+12
| | | | int fallback implementation]
* [project @ Changed the return value of getLibWrapper to return a reference.]tailor2005-12-291-3/+3
|
* [project @ Added MathLibrary and MathWrapper classes to wrap Bcmath and GMP.]tailor2005-12-291-0/+173
|
* [project @ Added documentation to HMACSHA1.]tailor2005-12-281-0/+22
|
* [project @ Added some docs to KVForm.]tailor2005-12-281-0/+18
|
* [project @ Added documentation to DiffieHellman.]tailor2005-12-281-1/+29
|
* [project @ Added documentation to CryptUtil.]tailor2005-12-281-3/+25
|
* [project @ Cleaned up documentation in store source.]tailor2005-12-283-2/+8
|
* [project @ Ported CryptUtils functions and added some tests for CryptUtils.]tailor2005-12-281-0/+130
|
* [project @ Fixed define syntax and comment indention.]tailor2005-12-281-18/+19
|
* [project @ Added docstrings for memcached and dumb stores and fixed error type.]tailor2005-12-283-7/+79
|
* [project @ Added phpdocs to base OpenIDStore class.]tailor2005-12-271-172/+135
|
* [project @ Documentation and removal of silly low-entropy entropy sources ↵Josh Hoyt2005-12-271-20/+30
| | | | from CryptUtil]
* [project @ Normalize whitespace]Josh Hoyt2005-12-272-2/+2
|
* [project @ Added base OpenIDStore code.]tailor2005-12-271-0/+202
|
* [project @ Created base files for store implementations.]tailor2005-12-275-0/+0
|
* [project @ Untabify]Josh Hoyt2005-12-273-180/+180
|
* [project @ Add lame entropy source to make getBytes work for platforms where ↵Josh Hoyt2005-12-241-6/+35
| | | | we can't get /dev/urandom]
* [project @ Added HMAC-SHA1 implementation and tests]Josh Hoyt2005-12-241-0/+41
|
* [project @ Make DiffieHellman tests conditional on whether big integer math ↵Josh Hoyt2005-12-231-4/+7
| | | | | | is available] We'll fall back to dumb mode if it is not.
* [project @ Add strict error reporting and move to Net/ for PEAR compatibility]Josh Hoyt2005-12-233-0/+201