php-src/ext/hash/tests
2017-07-23 15:17:09 -04:00
..
adler32.phpt
bug52240.phpt Use hash_ops->is_crypto in hash_init() 2017-01-22 10:37:10 +01:00
bug64745.phpt
bug70312.phpt Fix bug #70312 - HAVAL gives wrong hashes in specific cases 2015-09-01 01:16:30 -07:00
bug73127.phpt Fix bug #73127 2017-02-24 23:20:49 +01: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
fnv164.phpt
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 Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
hash_copy_002.phpt Refactor HashContext into an object. 2017-01-31 19:28:35 -08: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
hash_file_error.phpt typo fixes 2013-07-15 00:23:03 -07:00
hash_hkdf_basic.phpt Add hash_hkdf() 2017-01-14 13:28:21 +01:00
hash_hkdf_edges.phpt Add hash_hkdf() 2017-01-14 13:28:21 +01:00
hash_hkdf_error.phpt Add hash_hkdf() 2017-01-14 13:28:21 +01:00
hash_hkdf_rfc5869.phpt Add hash_hkdf() 2017-01-14 13:28:21 +01:00
hash_hmac_algos.phpt Add hash_hmac_algos() for filtered is_crypto methods 2017-07-23 15:17:09 -04:00
hash_hmac_basic.phpt Disallow non-crypto hashes in HMAC and PBKDF2 2017-01-18 21:13:54 +01:00
hash_hmac_error.phpt Disallow non-crypto hashes in HMAC and PBKDF2 2017-01-18 21:13:54 +01:00
hash_hmac_file_basic.phpt Disallow non-crypto hashes in HMAC and PBKDF2 2017-01-18 21:13:54 +01:00
hash_hmac_file_error.phpt Disallow non-crypto hashes in HMAC and PBKDF2 2017-01-18 21:13:54 +01:00
hash_init_error.phpt Use hash_ops->is_crypto in hash_init() 2017-01-22 10:37:10 +01:00
hash_pbkdf2_basic.phpt Fix hash_pbkdf2() with missing $length argument 2014-03-12 14:16:18 +01:00
hash_pbkdf2_error.phpt Deprecate track_errors / $php_errormsg 2017-02-03 21:02:52 +01:00
hash_update_file.phpt Make this test meaningful 2016-10-18 14:57:41 +02:00
hash_update_stream.phpt Merge branch 'pull-request/1816' 2016-10-17 17:02:19 +01:00
hash-clone.phpt Refactor HashContext into an object. 2017-01-31 19:28:35 -08:00
haval.phpt
hmac-md5.phpt
joaat.phpt
md2.phpt
md4.phpt
md5.phpt
mhash_001.phpt
mhash_002.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
mhash_003.phpt
mhash_004.phpt
new-context.phpt Refactor HashContext into an object. 2017-01-31 19:28:35 -08:00
reuse.phpt fix test portability 2017-02-01 12:18:55 +01:00
ripemd128.phpt
ripemd160.phpt
ripemd256.phpt
ripemd320.phpt
serialize-context.phpt Refactor HashContext into an object. 2017-01-31 19:28:35 -08:00
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
whirlpool.phpt