Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 32 | -32/+32 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -2/+2 |
* | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -3/+3 |
* | Fix unsigned comparisons and remove dead code | Anatol Belski | 2017-11-17 | 1 | -1/+1 |
* | Use interned strings for hash algorithm names (not copyied into SHM) | Dmitry Stogov | 2017-11-01 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Remi Collet | 2017-10-03 | 3 | -12/+239 |
|\ | |||||
| * | Fix Bug #75284 sha3 is not supported on bigendian machine | Remi Collet | 2017-10-03 | 3 | -12/+239 |
* | | Kill compiler warnings in ext/hash | Kalle Sommer Nielsen | 2017-08-24 | 2 | -4/+4 |
* | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -94/+0 |
|/ | |||||
* | Add hash_hmac_algos() for filtered is_crypto methods | Sara Golemon | 2017-07-23 | 2 | -0/+74 |
* | fix hash build (when build dir != src dir) | Remi Collet | 2017-05-29 | 1 | -1/+2 |
* | fix typo | Anatol Belski | 2017-05-28 | 1 | -1/+1 |
* | Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC... | Christian Schneider | 2017-05-28 | 27 | -187/+6379 |
* | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-24 | 2 | -3/+29 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-24 | 2 | -3/+29 |
| |\ | |||||
| | * | Fix bug #73127 | Grundik | 2017-02-24 | 2 | -3/+29 |
* | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 1 | -32/+31 |
* | | | fix test portability | Anatol Belski | 2017-02-01 | 1 | -1/+1 |
* | | | Refactor HashContext into an object. | =?UTF-8?q?Rouven=20We=C3=9Fling?= | 2017-01-31 | 7 | -112/+565 |
* | | | Merge branch 'PHP-7.1' | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Securely zero the hash context key | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 30 | -30/+30 |
| | * | Merge branch 'pull-request/1817' | Joe Watkins | 2016-10-17 | 1 | -0/+21 |
| | * | Merge branch 'pull-request/1816' | Joe Watkins | 2016-10-17 | 1 | -0/+23 |
* | | | Use hash_ops->is_crypto in hash_init() | Andrey Andreev | 2017-01-22 | 3 | -4/+53 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-21 | 2 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #73961 environmental build dependency in hash sha3 source | Joe Watkins | 2017-01-21 | 2 | -1/+1 |
* | | | Disallow non-crypto hashes in HMAC and PBKDF2 | Andrey Andreev | 2017-01-18 | 20 | -73/+103 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-01-14 | 6 | -0/+432 |
|\ \ \ | |/ / | |||||
| * | | Add hash_hkdf() | Andrey Andreev | 2017-01-14 | 6 | -0/+432 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 32 | -32/+32 |
| * | | Change Big Endian backup implementations to use signed indexes | Sara Golemon | 2016-11-01 | 1 | -3/+3 |
| * | | Merge branch 'pull-request/1817' | Joe Watkins | 2016-10-17 | 1 | -0/+21 |
| * | | Merge branch 'pull-request/1816' | Joe Watkins | 2016-10-17 | 1 | -0/+23 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 32 | -32/+32 |
* | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 1 | -3/+3 |
* | | | Make this test meaningful | Christoph M. Becker | 2016-10-18 | 1 | -8/+11 |
* | | | Merge branch 'pull-request/1816' | Joe Watkins | 2016-10-17 | 1 | -0/+23 |
|\ \ \ | |||||
| * | | | Update hash_update_stream.phpt | marcosptf | 2016-03-13 | 1 | -0/+1 |
| * | | | test to function hash_update_stream(); | marcosptf | 2016-03-13 | 1 | -0/+22 |
* | | | | Merge branch 'pull-request/1817' | Joe Watkins | 2016-10-17 | 1 | -0/+21 |
|\ \ \ \ | |||||
| * | | | | test to function hash_update_file(); | marcosptf | 2016-03-13 | 1 | -0/+21 |
| |/ / / | |||||
* | | | | Change Big Endian backup implementations to use signed indexes | Sara Golemon | 2016-10-11 | 1 | -3/+3 |
| |/ / |/| | | |||||
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 2 | -5/+6 |
* | | | Implement FIPS 180-4 algos: sha512/256 and sha512/224 | Sara Golemon | 2016-05-14 | 8 | -1/+133 |
|/ / | |||||
* | | Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. | Rouven Weßling | 2016-02-04 | 31 | -256/+252 |
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -8/+2 |
* | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
* | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 30 | -30/+30 |
|\ \ | |/ |