php-src/ext/hash/tests
Christoph M. Becker 35b19cd2d9 Make this test meaningful
We're not only checking that hash_update_file() succeeds, but rather
that it properly works.

Furthermore, we fix the SKIPIF section – we don't need mhash to run the
test, and we don't need to check for unsupported PHP versions.

We also shorten the test name to avoid cluttering the test reports with
unnecessary detail.
2016-10-18 14:57:41 +02: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
bug70312.phpt Fix bug #70312 - HAVAL gives wrong hashes in specific cases 2015-09-01 01:16:30 -07:00
crc32.phpt
fnv1a32.phpt Fix #66698: Add fnv1a32 and fnv1a64 hash options 2014-03-06 23:38:51 +01:00
fnv1a64.phpt Fix #66698: Add fnv1a32 and fnv1a64 hash options 2014-03-06 23:38:51 +01: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 Add support for CryptoPro S-box for GOST 2013-09-05 01:04:25 +02:00
hash_algos.phpt Implement FIPS 180-4 algos: sha512/256 and sha512/224 2016-05-14 04:39:39 +00:00
hash_copy_001.phpt Implement FIPS 180-4 algos: sha512/256 and sha512/224 2016-05-14 04:39:39 +00:00
hash_copy_002.phpt Add skipif 2011-09-06 09:29:04 +00:00
hash_equals.phpt Add hash_equals() to perform string comparisons that are not vulnerable to timing attacks. 2014-03-17 09:37:28 +01:00
hash_error.phpt
hash_file_basic1.phpt fix unit tests 2015-09-01 12:23:22 -07:00
hash_file_basic.phpt Fix race condition when ext/hash/tests run in parallel 2013-04-30 16:28:37 -07:00
hash_file_error.phpt typo fixes 2013-07-15 00:23:03 -07:00
hash_hmac_basic.phpt fix unit tests 2015-09-01 12:23:22 -07:00
hash_hmac_error.phpt
hash_hmac_file_basic.phpt fix unit tests 2015-09-01 12:23:22 -07: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
hash_update_file.phpt Make this test meaningful 2016-10-18 14:57:41 +02:00
hash_update_stream.phpt Update hash_update_stream.phpt 2016-03-13 14:00:01 -03: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
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
ripemd320.phpt
sha1.phpt
sha3.phpt Implement SHA3 hashing algorithm 2015-10-15 20:36:49 -07:00
sha224.phpt
sha256.phpt
sha384.phpt
sha512-224.phpt Implement FIPS 180-4 algos: sha512/256 and sha512/224 2016-05-14 04:39:39 +00:00
sha512-256.phpt Implement FIPS 180-4 algos: sha512/256 and sha512/224 2016-05-14 04:39:39 +00:00
sha512.phpt
skip_mhash.inc Fixed skipf 2015-06-14 13:44:39 +08:00
snefru.phpt
tiger.phpt merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
whirlpool.phpt