php-src/ext/hash/tests
Stanislav Malyshev 0cb9d75cb6 Merge branch 'PHP-5.4.40' into PHP-5.5.24
* PHP-5.4.40:
  Additional fix for bug #69324
  More fixes for bug #69152
  Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
  Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
  Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
  Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
  Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
  Fixed bug #68901 (use after free)
  Fixed bug #68740 (NULL Pointer Dereference)
  Fix bug #66550 (SQLite prepared statement use-after-free)
  Better fix for #68601 for perf 81e9a993f2
  Fix bug #68601 buffer read overflow in gd_gif_in.c
  Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4"
  Fixed bug #69293
  Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.
2015-04-11 16:56:12 -07:00
..
adler32.phpt MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib produces. 2009-06-30 13:21:53 +00:00
bug52240.phpt - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes) 2010-07-03 13:06:14 +00:00
bug64745.phpt Fix #64745 hash_pbkdf2 truncation issue 2013-05-28 15:30:45 -04:00
crc32.phpt MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash()) 2008-08-18 14:29:55 +00:00
fnv132.phpt Add FNV-1 support to ext/hash 2010-03-23 22:21:39 +00:00
fnv164.phpt Add FNV-1 support to ext/hash 2010-03-23 22:21:39 +00:00
gost.phpt
hash_algos.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
hash_copy_001.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
hash_copy_002.phpt Add skipif 2011-09-06 09:29:04 +00:00
hash_error.phpt New hash extension tests. Tested on Windows, Linux and Linux 64-bit 2009-01-07 14:32:46 +00:00
hash_file_basic1.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
hash_file_basic.phpt New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-24 15:44:50 +00:00
hash_file_error.phpt typo fixes 2013-07-15 00:23:03 -07:00
hash_hmac_basic.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
hash_hmac_error.phpt New hash extension tests. Tested on Windows, Linux and Linux 64-bit 2009-01-07 14:32:46 +00:00
hash_hmac_file_basic.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
hash_hmac_file_error.phpt Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) 2015-04-11 16:53:22 -07:00
hash_pbkdf2_basic.phpt Fix hash_pbkdf2() with missing $length argument 2014-03-12 14:16:18 +01:00
hash_pbkdf2_error.phpt Fix tests to use proper casing 2012-06-12 14:52:43 -04:00
haval.phpt
hmac-md5.phpt
joaat.phpt Added Jenkins's one-at-a-time hash support to ext/hash. 2010-03-24 15:47:40 +00:00
md2.phpt Backport md2, ripemd256, and ripemd320 algos from HEAD 2006-11-15 20:06:09 +00:00
md4.phpt
md5.phpt
mhash_001.phpt fix tests failing due to corrected hash tiger 2012-03-19 21:49:47 +01:00
mhash_002.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
mhash_003.phpt fix tests failing due to corrected hash tiger 2012-03-19 21:49:47 +01:00
mhash_004.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
ripemd128.phpt
ripemd160.phpt
ripemd256.phpt Backport md2, ripemd256, and ripemd320 algos from HEAD 2006-11-15 20:06:09 +00:00
ripemd320.phpt Backport md2, ripemd256, and ripemd320 algos from HEAD 2006-11-15 20:06:09 +00:00
sha1.phpt
sha224.phpt Correct test name 2008-06-02 14:14:26 +00:00
sha256.phpt
sha384.phpt
sha512.phpt
skip_mhash.inc - Fixed condition 2008-10-26 23:34:13 +00:00
snefru.phpt
tiger.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
whirlpool.phpt