| 540a5a5 |
|
28-May-2013 |
Anthony Ferrara <ircmaxell@gmail.com> |
Fix #64745 hash_pbkdf2 truncation issue When using hash_pbkdf2 with hex output and 0 length (auto), it incorrectly truncates the result to 1/2 the expected result.
/php-src/ext/hash/hash.c
|
| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/hash/hash.c
|
| 03536e8 |
|
12-Jun-2012 |
Anthony Ferrara <ircmaxell@gmail.com> |
More cleanup of documentation and comments, as well as code formatting
/php-src/ext/hash/hash.c
|
| 43eb8dc |
|
12-Jun-2012 |
Anthony Ferrara <ircmaxell@gmail.com> |
Remove un-needed memset, and replacing stray spaces
/php-src/ext/hash/hash.c
|
| df3d351 |
|
12-Jun-2012 |
Anthony Ferrara <ircmaxell@gmail.com> |
Update error messages to be more inline with PHP standards
/php-src/ext/hash/hash.c
|
| 4918acc |
|
12-Jun-2012 |
Anthony Ferrara <ircmaxell@gmail.com> |
refactor away un-necessary casts in hashing routines
/php-src/ext/hash/hash.c
|
| 6387498 |
|
12-Jun-2012 |
Anthony Ferrara <ircmaxell@gmail.com> |
Create hash_pbkdf2 function addition
/php-src/ext/hash/hash.c
|
| 2d2aefe |
|
17-Jan-2012 |
Michael Wallner <mike@php.net> |
remove Salsa10/Salsa20, which are actually stream ciphers not hash functions
/php-src/ext/hash/hash.c
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/hash/hash.c
|
| da37638 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/hash/hash.c
|
| 4737910 |
|
06-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
/php-src/ext/hash/hash.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/hash/hash.c
|
| e66279a |
|
03-Jul-2010 |
Felipe Pena <felipe@php.net> |
- Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
/php-src/ext/hash/hash.c
|
| dd8e59d |
|
26-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
/php-src/ext/hash/hash.c
|
| 129019b |
|
20-Apr-2010 |
Stanislav Malyshev <stas@php.net> |
fix 64-bit integer overflow in mhash_keygen_s2k
/php-src/ext/hash/hash.c
|
| 7bfd44f |
|
25-Mar-2010 |
Rob Richards <rrichards@php.net> |
fix build - there are now 34 algos
/php-src/ext/hash/hash.c
|
| 3842a99 |
|
24-Mar-2010 |
Martin Jansen <mj@php.net> |
Added Jenkins's one-at-a-time hash support to ext/hash.
/php-src/ext/hash/hash.c
|
| e4e9eae |
|
23-Mar-2010 |
Michael Maclean <mgdm@php.net> |
Minor fix to constants registered in ext/hash, and update NEWS
/php-src/ext/hash/hash.c
|
| d05ce25 |
|
23-Mar-2010 |
Michael Maclean <mgdm@php.net> |
Add FNV-1 support to ext/hash
/php-src/ext/hash/hash.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/hash/hash.c
|
| 6cec8d8 |
|
17-Aug-2009 |
Garrett Serack <garretts@php.net> |
- Fix for bug #49223 Inconsistency using get_defined_constants(true)
/php-src/ext/hash/hash.c
|
| cbc9e85 |
|
04-May-2009 |
Scott MacVicar <scottmac@php.net> |
Add missing prototypes for mhash, no code changes.
/php-src/ext/hash/hash.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/hash/hash.c
|
| 6267a33 |
|
25-Dec-2008 |
Scott MacVicar <scottmac@php.net> |
MFH Enable salsa hashing algorithm
/php-src/ext/hash/hash.c
|
| 9c11d5e |
|
27-Nov-2008 |
Scott MacVicar <scottmac@php.net> |
MFH Move mhash extension registration code into the hash module startup. This allows extension_loaded('mhash'); to work.
/php-src/ext/hash/hash.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/hash/hash.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/hash/hash.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/hash/hash.c
|
| d875c9f |
|
18-Sep-2008 |
Scott MacVicar <scottmac@php.net> |
MFH: mhash algorithm parameter was modified when it was a zval, also update a test.
/php-src/ext/hash/hash.c
|
| a164217 |
|
05-Jul-2008 |
Scott MacVicar <scottmac@php.net> |
Fix break caused by previous commit, warning and remove zend_get_parameters()
/php-src/ext/hash/hash.c
|
| 581c48c |
|
04-Jul-2008 |
Pierre Joye <pajoye@php.net> |
- fix compile error with vc6 (snaps)
/php-src/ext/hash/hash.c
|
| 7838408 |
|
01-Jul-2008 |
Antony Dovgal <tony2001@php.net> |
more int -> long fixes
/php-src/ext/hash/hash.c
|
| cc7e897 |
|
26-Jun-2008 |
Scott MacVicar <scottmac@php.net> |
Make the old mhash API a wrapper around hash, this removes a dependency.
/php-src/ext/hash/hash.c
|
| 2b60fdf |
|
03-Jun-2008 |
Scott MacVicar <scottmac@php.net> |
Add snefru256 as an alias for snefru, since in reality that is the implementation.
/php-src/ext/hash/hash.c
|
| b83fbba |
|
02-Jun-2008 |
Scott MacVicar <scottmac@php.net> |
Add sha224 support.
/php-src/ext/hash/hash.c
|
| 7c98e67 |
|
21-Apr-2008 |
Antony Dovgal <tony2001@php.net> |
[DOC] add hash_copy() to be able to copy hash resource
/php-src/ext/hash/hash.c
|
| 6157fc7 |
|
04-Apr-2008 |
Antony Dovgal <tony2001@php.net> |
MFH: fix folding
/php-src/ext/hash/hash.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/hash/hash.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/php-src/ext/hash/hash.c
|
| efad70c |
|
27-Feb-2007 |
Ilia Alshanetsky <iliaa@php.net> |
snprintf() -> slprintf()
/php-src/ext/hash/hash.c
|
| ec66c5b |
|
08-Jan-2007 |
Nuno Lopes <nlopess@php.net> |
make the hash_ops structures const and save some memory # ram memory is so expensive these days...
/php-src/ext/hash/hash.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/hash/hash.c
|
| 2eb308f |
|
15-Nov-2006 |
Sara Golemon <pollita@php.net> |
Backport md2, ripemd256, and ripemd320 algos from HEAD
/php-src/ext/hash/hash.c
|
| 0de5728 |
|
28-Jul-2006 |
Ilia Alshanetsky <iliaa@php.net> |
cleanup of the phpinfo() output.
/php-src/ext/hash/hash.c
|
| aae5df3 |
|
17-Jun-2006 |
Hannes Magnusson <bjori@php.net> |
MFH: arg ifno
/php-src/ext/hash/hash.c
|
| bea595a |
|
19-May-2006 |
Michael Wallner <mike@php.net> |
- nuke compiler warnings
/php-src/ext/hash/hash.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/hash/hash.c
|
| 3e669bc |
|
06-Dec-2005 |
foobar <sniper@php.net> |
MFH: nuke php3 legacy
/php-src/ext/hash/hash.c
|
| 860c3a5 |
|
03-Dec-2005 |
Sara Golemon <pollita@php.net> |
MFH: Add MD4
/php-src/ext/hash/hash.c
|
| 950de07 |
|
02-Dec-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Added hash extension to PHP 5.1
/php-src/ext/hash/hash.c
|