summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* fix hash build (when build dir != src dir)Remi Collet2017-05-291-1/+2
* fix typoAnatol Belski2017-05-281-1/+1
* Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC...Christian Schneider2017-05-2827-187/+6379
* Merge branch 'PHP-7.1'Nikita Popov2017-02-242-3/+29
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-242-3/+29
| |\
| | * Fix bug #73127Grundik2017-02-242-3/+29
* | | Deprecate track_errors / $php_errormsgNikita Popov2017-02-031-32/+31
* | | fix test portabilityAnatol Belski2017-02-011-1/+1
* | | Refactor HashContext into an object.=?UTF-8?q?Rouven=20We=C3=9Fling?=2017-01-317-112/+565
* | | Merge branch 'PHP-7.1'Sara Golemon2017-01-301-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-01-301-1/+1
| |\ \ | | |/
| | * Securely zero the hash context keySara Golemon2017-01-301-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0430-30/+30
| | * Merge branch 'pull-request/1817'Joe Watkins2016-10-171-0/+21
| | * Merge branch 'pull-request/1816'Joe Watkins2016-10-171-0/+23
* | | Use hash_ops->is_crypto in hash_init()Andrey Andreev2017-01-223-4/+53
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-212-1/+1
|\ \ \ | |/ /
| * | Fix bug #73961 environmental build dependency in hash sha3 sourceJoe Watkins2017-01-212-1/+1
* | | Disallow non-crypto hashes in HMAC and PBKDF2Andrey Andreev2017-01-1820-73/+103
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-146-0/+432
|\ \ \ | |/ /
| * | Add hash_hkdf()Andrey Andreev2017-01-146-0/+432
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0432-32/+32
| * | Change Big Endian backup implementations to use signed indexesSara Golemon2016-11-011-3/+3
| * | Merge branch 'pull-request/1817'Joe Watkins2016-10-171-0/+21
| * | Merge branch 'pull-request/1816'Joe Watkins2016-10-171-0/+23
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0232-32/+32
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-3/+3
* | | Make this test meaningfulChristoph M. Becker2016-10-181-8/+11
* | | Merge branch 'pull-request/1816'Joe Watkins2016-10-171-0/+23
|\ \ \
| * | | Update hash_update_stream.phptmarcosptf2016-03-131-0/+1
| * | | test to function hash_update_stream();marcosptf2016-03-131-0/+22
* | | | Merge branch 'pull-request/1817'Joe Watkins2016-10-171-0/+21
|\ \ \ \
| * | | | test to function hash_update_file();marcosptf2016-03-131-0/+21
| |/ / /
* | | | Change Big Endian backup implementations to use signed indexesSara Golemon2016-10-111-3/+3
| |/ / |/| |
* | | Fixed compilation warningsDmitry Stogov2016-06-222-5/+6
* | | Implement FIPS 180-4 algos: sha512/256 and sha512/224Sara Golemon2016-05-148-1/+133
|/ /
* | Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.Rouven Weßling2016-02-0431-256/+252
* | Remove version checksNikita Popov2016-01-301-8/+2
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-0130-30/+30
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0130-30/+30
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0130-30/+30
* | | It should not be constXinchen Hui2015-10-271-3/+3
* | | Fixed Bug #70797 (Error while making PHP7)Xinchen Hui2015-10-271-3/+6
* | | Fix build on WindowsKalle Sommer Nielsen2015-10-221-2/+4
* | | Fix undefined symbol error when compiling with LLVMStanislav Malyshev2015-10-161-6/+6
* | | sync config.w32 with sha3 implementationAnatol Belski2015-10-161-2/+2
* | | Add missing NEWS entry, copyright notice, and vim settingsSara Golemon2015-10-162-0/+26
* | | Implement SHA3 hashing algorithmSara Golemon2015-10-158-3/+365
|/ /
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+1