summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/CryptUtil.php
Commit message (Expand)AuthorAgeFilesLines
* Use constant-time comparison of signatures to mitigate timing attacksCarl Howells2010-07-201-0/+14
* Added the following patch from the trac.openidenabled.com bug tracker:Lilli2010-02-161-2/+2
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+0
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-0/+1
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+0
* [project @ Update license strings to say Apache]tailor2008-05-301-1/+1
* [project @ fix copyright notices to include 2008]http://mike.glover.myopenid.com2008-05-271-1/+1
* [project @ Don't print a warning if the user sets the variable for using inse...Josh Hoyt2006-09-261-2/+0
* [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]tailor2006-02-141-69/+72
* [project @ Change CryptUtil to control its behaviour with just one define]Josh Hoyt2006-02-021-13/+21
* [project @ Documentation]Josh Hoyt2006-01-271-0/+1
* [project @ Move arbitrary-precision integer functions to BigMath module]Josh Hoyt2006-01-231-439/+25
* [project @ Get rid of math library superclass that did not implement function...Josh Hoyt2006-01-231-52/+25
* [project @ Fold strxor into the DiffieHellman implementation]Josh Hoyt2006-01-231-32/+0
* [project @ Move getBytes out of Auth_OpenID_CryptUtil]Josh Hoyt2006-01-231-38/+38
* [project @ Comment clarification]Josh Hoyt2006-01-231-1/+1
* [project @ Remove Python-ism of while(1)]Josh Hoyt2006-01-231-7/+3
* [project @ Move randrange out of Auth_OpenID_CryptUtil]Josh Hoyt2006-01-231-57/+57
* [project @ Simplify randrange implementation]Josh Hoyt2006-01-231-20/+10
* [project @ Whitespace]Josh Hoyt2006-01-231-1/+0
* [project @ Simplify randomString implementation]Josh Hoyt2006-01-231-121/+29
* [project @ Move maxint to tests because it's only used in testing]Josh Hoyt2006-01-231-22/+0
* [project @ Remove duplicate SHA1 function and rename]Josh Hoyt2006-01-231-11/+0
* [project @ Remove duplicate hmac sha1 function]Josh Hoyt2006-01-231-12/+0
* [project @ Remove duplicated functionality (toBase64, fromBase64)]Josh Hoyt2006-01-231-22/+0
* [project @ Remove unused function reversed in cryptutil]Josh Hoyt2006-01-231-17/+0
* [project @ Namespace flattening in cryptutil to make the code a little easier...Josh Hoyt2006-01-231-134/+129
* [project @ Updated documentation for phpdoc]tailor2006-01-201-0/+2
* [project @ Whitespace]Josh Hoyt2006-01-171-0/+1
* [project @ Remove insecure gmp random function (also cause of test failure gr...Josh Hoyt2006-01-171-5/+0
* [project @ Whitespace]Josh Hoyt2006-01-171-1/+0
* [project @ Use bcpowmod if available and call _powmod if we need native php]Josh Hoyt2006-01-171-2/+2
* [project @ Remove insecure random call from math library]Josh Hoyt2006-01-171-5/+0
* [project @ Change name and update comment for _powmod]Josh Hoyt2006-01-171-3/+3
* [project @ Remove (unused) dumb math implementation]Josh Hoyt2006-01-171-82/+1
* [project @ Formatting]Josh Hoyt2006-01-171-1/+2
* [project @ Move longToBase64, longToBinary out of CryptUtil:: class to make c...Josh Hoyt2006-01-171-80/+81
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...tailor2006-01-161-0/+855