summaryrefslogtreecommitdiff
path: root/ext/hash/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed skipfXinchen Hui2015-06-141-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+7
|\
| * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+7
| |\
| | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-0/+7
| | * typo fixesVeres Lajos2013-07-151-3/+3
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | | Add hash_equals() to perform string comparisons that are not vulnerable to ti...Rouven Weßling2014-03-171-0/+43
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-03-121-1/+5
|\ \ \ | |/ /
| * | Fix hash_pbkdf2() with missing $length argumentNikita Popov2014-03-121-1/+5
| * | typo fixesVeres Lajos2013-07-151-3/+3
* | | Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-064-1/+671
* | | fix failing testsManuel Mausz2013-09-052-2/+10
* | | Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-051-0/+13
* | | typo fixesVeres Lajos2013-07-151-3/+3
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | | Merge branch 'PHP-5.5'Anthony Ferrara2013-05-281-0/+17
|\ \ \ | |/ /
| * | Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-281-0/+17
* | | Fix race condition when ext/hash/tests run in parallelSara Golemon2013-04-302-4/+4
|/ /
* | Fix tests to use proper casingAnthony Ferrara2012-06-121-3/+3
* | Create hash_pbkdf2 function additionAnthony Ferrara2012-06-122-0/+115
|/
* fix tests failing due to corrected hash tigerMichael Wallner2012-03-192-2/+2
* merge ext/hash from trunkMichael Wallner2012-01-186-92/+77
* Add skipifXinchen Hui2011-09-062-0/+4
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-222-4/+0
* - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu...Felipe Pena2010-07-031-0/+19
* JOAAT hashing now supports incremental hashing.Martin Jansen2010-03-281-1/+1
* Fixed test for the recently added algorithmus and made it moreMartin Jansen2010-03-251-0/+104
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-242-15/+55
* Add FNV-1 support to ext/hashMichael Maclean2010-03-232-0/+404
* MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what z...Scott MacVicar2009-06-305-20/+20
* New hash extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-077-0/+515
* - MFH: Fix testFelipe Pena2008-12-271-0/+8
* - Fixed conditionFelipe Pena2008-10-261-2/+2
* update testsAntony Dovgal2008-09-182-2/+2
* MFH: mhash algorithm parameter was modified when it was a zval, also update a...Scott MacVicar2008-09-182-1/+22
* MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and...Antony Dovgal2008-08-182-10/+10
* Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-264-0/+213
* New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task...Raghubansh Kumar2008-06-242-0/+111
* fix testsAntony Dovgal2008-06-041-0/+8
* Correct test nameScott MacVicar2008-06-021-1/+1
* Add sha224 support.Scott MacVicar2008-06-021-0/+22
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-212-0/+202
* Backport md2, ripemd256, and ripemd320 algos from HEADSara Golemon2006-11-153-0/+71
* - add adler32 testMichael Wallner2005-12-031-0/+22
* MFH: add crc32 testMichael Wallner2005-12-031-0/+36
* MFH: Add MD4Sara Golemon2005-12-031-0/+24
* Added hash extension to PHP 5.1Ilia Alshanetsky2005-12-0213-0/+317