summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-281-0/+3
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | More cleanup of documentation and comments, as well as code formattingAnthony Ferrara2012-06-121-3/+8
* | Remove un-needed memset, and replacing stray spacesAnthony Ferrara2012-06-121-2/+1
* | Update error messages to be more inline with PHP standardsAnthony Ferrara2012-06-121-2/+2
* | refactor away un-necessary casts in hashing routinesAnthony Ferrara2012-06-121-2/+2
* | Create hash_pbkdf2 function additionAnthony Ferrara2012-06-121-32/+174
* | remove Salsa10/Salsa20, which are actually stream ciphers not hash functionsMichael Wallner2012-01-171-2/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu...Felipe Pena2010-07-031-2/+4
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
* fix 64-bit integer overflow in mhash_keygen_s2kStanislav Malyshev2010-04-201-2/+4
* fix build - there are now 34 algosRob Richards2010-03-251-1/+1
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-241-0/+2
* Minor fix to constants registered in ext/hash, and update NEWSMichael Maclean2010-03-231-2/+2
* Add FNV-1 support to ext/hashMichael Maclean2010-03-231-1/+7
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fix for bug #49223 Inconsistency using get_defined_constants(true) Garrett Serack2009-08-171-2/+1
* Add missing prototypes for mhash, no code changes.Scott MacVicar2009-05-041-2/+17
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH Enable salsa hashing algorithmScott MacVicar2008-12-251-0/+2
* MFH Move mhash extension registration code into the hash module startup. This...Scott MacVicar2008-11-271-0/+23
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-20/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+20
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-20/+0
* MFH: mhash algorithm parameter was modified when it was a zval, also update a...Scott MacVicar2008-09-181-5/+7
* Fix break caused by previous commit, warning and remove zend_get_parameters()Scott MacVicar2008-07-051-12/+8
* - fix compile error with vc6 (snaps)Pierre Joye2008-07-041-1/+1
* more int -> long fixesAntony Dovgal2008-07-011-3/+3
* Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-261-8/+261
* Add snefru256 as an alias for snefru, since in reality that is the implementa...Scott MacVicar2008-06-031-0/+1
* Add sha224 support.Scott MacVicar2008-06-021-0/+1
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-211-0/+50
* MFH: fix foldingAntony Dovgal2008-04-041-9/+18
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* make the hash_ops structures const and save some memoryNuno Lopes2007-01-081-6/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Backport md2, ripemd256, and ripemd320 algos from HEADSara Golemon2006-11-151-0/+3
* cleanup of the phpinfo() output.Ilia Alshanetsky2006-07-281-2/+2
* MFH: arg ifnoHannes Magnusson2006-06-171-14/+112
* - nuke compiler warningsMichael Wallner2006-05-191-32/+34
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: Add MD4Sara Golemon2005-12-031-0/+1
* Added hash extension to PHP 5.1Ilia Alshanetsky2005-12-021-0/+659