| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix #64745 hash_pbkdf2 truncation issue | Anthony Ferrara | 2013-05-28 | 1 | -0/+3 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | More cleanup of documentation and comments, as well as code formatting | Anthony Ferrara | 2012-06-12 | 1 | -3/+8 |
* | | Remove un-needed memset, and replacing stray spaces | Anthony Ferrara | 2012-06-12 | 1 | -2/+1 |
* | | Update error messages to be more inline with PHP standards | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
* | | refactor away un-necessary casts in hashing routines | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
* | | Create hash_pbkdf2 function addition | Anthony Ferrara | 2012-06-12 | 1 | -32/+174 |
* | | remove Salsa10/Salsa20, which are actually stream ciphers not hash functions | Michael Wallner | 2012-01-17 | 1 | -2/+0 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -0/+3 |
|/ |
|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu... | Felipe Pena | 2010-07-03 | 1 | -2/+4 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -3/+3 |
* | fix 64-bit integer overflow in mhash_keygen_s2k | Stanislav Malyshev | 2010-04-20 | 1 | -2/+4 |
* | fix build - there are now 34 algos | Rob Richards | 2010-03-25 | 1 | -1/+1 |
* | Added Jenkins's one-at-a-time hash support to ext/hash. | Martin Jansen | 2010-03-24 | 1 | -0/+2 |
* | Minor fix to constants registered in ext/hash, and update NEWS | Michael Maclean | 2010-03-23 | 1 | -2/+2 |
* | Add FNV-1 support to ext/hash | Michael Maclean | 2010-03-23 | 1 | -1/+7 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fix for bug #49223 Inconsistency using get_defined_constants(true) | Garrett Serack | 2009-08-17 | 1 | -2/+1 |
* | Add missing prototypes for mhash, no code changes. | Scott MacVicar | 2009-05-04 | 1 | -2/+17 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH Enable salsa hashing algorithm | Scott MacVicar | 2008-12-25 | 1 | -0/+2 |
* | MFH Move mhash extension registration code into the hash module startup. This... | Scott MacVicar | 2008-11-27 | 1 | -0/+23 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -20/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+20 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -20/+0 |
* | MFH: mhash algorithm parameter was modified when it was a zval, also update a... | Scott MacVicar | 2008-09-18 | 1 | -5/+7 |
* | Fix break caused by previous commit, warning and remove zend_get_parameters() | Scott MacVicar | 2008-07-05 | 1 | -12/+8 |
* | - fix compile error with vc6 (snaps) | Pierre Joye | 2008-07-04 | 1 | -1/+1 |
* | more int -> long fixes | Antony Dovgal | 2008-07-01 | 1 | -3/+3 |
* | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 1 | -8/+261 |
* | Add snefru256 as an alias for snefru, since in reality that is the implementa... | Scott MacVicar | 2008-06-03 | 1 | -0/+1 |
* | Add sha224 support. | Scott MacVicar | 2008-06-02 | 1 | -0/+1 |
* | [DOC] add hash_copy() to be able to copy hash resource | Antony Dovgal | 2008-04-21 | 1 | -0/+50 |
* | MFH: fix folding | Antony Dovgal | 2008-04-04 | 1 | -9/+18 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -1/+1 |
* | make the hash_ops structures const and save some memory | Nuno Lopes | 2007-01-08 | 1 | -6/+6 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Backport md2, ripemd256, and ripemd320 algos from HEAD | Sara Golemon | 2006-11-15 | 1 | -0/+3 |
* | cleanup of the phpinfo() output. | Ilia Alshanetsky | 2006-07-28 | 1 | -2/+2 |
* | MFH: arg ifno | Hannes Magnusson | 2006-06-17 | 1 | -14/+112 |
* | - nuke compiler warnings | Michael Wallner | 2006-05-19 | 1 | -32/+34 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | MFH: Add MD4 | Sara Golemon | 2005-12-03 | 1 | -0/+1 |
* | Added hash extension to PHP 5.1 | Ilia Alshanetsky | 2005-12-02 | 1 | -0/+659 |