index
:
php-openid
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Auth
/
OpenID
/
CryptUtil.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use constant-time comparison of signatures to mitigate timing attacks
Carl Howells
2010-07-20
1
-0
/
+14
*
Added the following patch from the trac.openidenabled.com bug tracker:
Lilli
2010-02-16
1
-2
/
+2
*
[ remove closing ?> tag from all files ]
Luke Shepard
2009-05-28
1
-1
/
+0
*
Revert "[ remove closing ?> tag from all files ]"
Luke Shepard
2009-05-27
1
-0
/
+1
*
[ remove closing ?> tag from all files ]
Luke Shepard
2009-05-27
1
-1
/
+0
*
[project @ Update license strings to say Apache]
tailor
2008-05-30
1
-1
/
+1
*
[project @ fix copyright notices to include 2008]
http://mike.glover.myopenid.com
2008-05-27
1
-1
/
+1
*
[project @ Don't print a warning if the user sets the variable for using inse...
Josh Hoyt
2006-09-26
1
-2
/
+0
*
[project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]
tailor
2006-02-14
1
-69
/
+72
*
[project @ Change CryptUtil to control its behaviour with just one define]
Josh Hoyt
2006-02-02
1
-13
/
+21
*
[project @ Documentation]
Josh Hoyt
2006-01-27
1
-0
/
+1
*
[project @ Move arbitrary-precision integer functions to BigMath module]
Josh Hoyt
2006-01-23
1
-439
/
+25
*
[project @ Get rid of math library superclass that did not implement function...
Josh Hoyt
2006-01-23
1
-52
/
+25
*
[project @ Fold strxor into the DiffieHellman implementation]
Josh Hoyt
2006-01-23
1
-32
/
+0
*
[project @ Move getBytes out of Auth_OpenID_CryptUtil]
Josh Hoyt
2006-01-23
1
-38
/
+38
*
[project @ Comment clarification]
Josh Hoyt
2006-01-23
1
-1
/
+1
*
[project @ Remove Python-ism of while(1)]
Josh Hoyt
2006-01-23
1
-7
/
+3
*
[project @ Move randrange out of Auth_OpenID_CryptUtil]
Josh Hoyt
2006-01-23
1
-57
/
+57
*
[project @ Simplify randrange implementation]
Josh Hoyt
2006-01-23
1
-20
/
+10
*
[project @ Whitespace]
Josh Hoyt
2006-01-23
1
-1
/
+0
*
[project @ Simplify randomString implementation]
Josh Hoyt
2006-01-23
1
-121
/
+29
*
[project @ Move maxint to tests because it's only used in testing]
Josh Hoyt
2006-01-23
1
-22
/
+0
*
[project @ Remove duplicate SHA1 function and rename]
Josh Hoyt
2006-01-23
1
-11
/
+0
*
[project @ Remove duplicate hmac sha1 function]
Josh Hoyt
2006-01-23
1
-12
/
+0
*
[project @ Remove duplicated functionality (toBase64, fromBase64)]
Josh Hoyt
2006-01-23
1
-22
/
+0
*
[project @ Remove unused function reversed in cryptutil]
Josh Hoyt
2006-01-23
1
-17
/
+0
*
[project @ Namespace flattening in cryptutil to make the code a little easier...
Josh Hoyt
2006-01-23
1
-134
/
+129
*
[project @ Updated documentation for phpdoc]
tailor
2006-01-20
1
-0
/
+2
*
[project @ Whitespace]
Josh Hoyt
2006-01-17
1
-0
/
+1
*
[project @ Remove insecure gmp random function (also cause of test failure gr...
Josh Hoyt
2006-01-17
1
-5
/
+0
*
[project @ Whitespace]
Josh Hoyt
2006-01-17
1
-1
/
+0
*
[project @ Use bcpowmod if available and call _powmod if we need native php]
Josh Hoyt
2006-01-17
1
-2
/
+2
*
[project @ Remove insecure random call from math library]
Josh Hoyt
2006-01-17
1
-5
/
+0
*
[project @ Change name and update comment for _powmod]
Josh Hoyt
2006-01-17
1
-3
/
+3
*
[project @ Remove (unused) dumb math implementation]
Josh Hoyt
2006-01-17
1
-82
/
+1
*
[project @ Formatting]
Josh Hoyt
2006-01-17
1
-1
/
+2
*
[project @ Move longToBase64, longToBinary out of CryptUtil:: class to make c...
Josh Hoyt
2006-01-17
1
-80
/
+81
*
[project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...
tailor
2006-01-16
1
-0
/
+855