| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | Fix bug #73961 environmental build dependency in hash sha3 source | Joe Watkins | 2017-01-21 | 2 | -1/+1 |
| * | | 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 |
| * | | 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 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 30 | -30/+30 |
| | |\ | |||||
| | | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 30 | -30/+30 |
| * | | | It should not be const | Xinchen Hui | 2015-10-27 | 1 | -3/+3 |
| * | | | Fixed Bug #70797 (Error while making PHP7) | Xinchen Hui | 2015-10-27 | 1 | -3/+6 |
| * | | | Fix build on Windows | Kalle Sommer Nielsen | 2015-10-22 | 1 | -2/+4 |
| * | | | Fix undefined symbol error when compiling with LLVM | Stanislav Malyshev | 2015-10-16 | 1 | -6/+6 |
| * | | | sync config.w32 with sha3 implementation | Anatol Belski | 2015-10-16 | 1 | -2/+2 |
| * | | | Add missing NEWS entry, copyright notice, and vim settings | Sara Golemon | 2015-10-16 | 2 | -0/+26 |
| * | | | Implement SHA3 hashing algorithm | Sara Golemon | 2015-10-15 | 8 | -3/+365 |
| |/ / | |||||
| * | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -3/+1 |
| * | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 5 | -8/+26 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 3 | -3/+3 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 3 | -3/+3 |
| | | |\ | |||||
| | | | * | fix unit tests | Stanislav Malyshev | 2015-09-01 | 3 | -3/+3 |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 2 | -5/+23 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 2 | -5/+23 |
| | | |\ \ | | | |/ | |||||
| | | | * | Fix bug #70312 - HAVAL gives wrong hashes in specific cases | Stanislav Malyshev | 2015-09-01 | 2 | -5/+23 |
| * | | | | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 1 | -2/+2 |
| * | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -20/+20 |
| * | | | | Fixed skipf | Xinchen Hui | 2015-06-14 | 1 | -1/+1 |
| * | | | | Fixed Bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33 extensio... | Xinchen Hui | 2015-06-14 | 1 | -1/+14 |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 2 | -1/+13 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-14 | 2 | -1/+13 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 2 | -1/+13 |
| | | |\ \ | | | |/ | |||||
| | | | * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 2 | -1/+13 |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 31 | -31/+31 |
| | | | * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -3/+3 |
| | | | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 31 | -31/+31 |
| | | * | | Bump year | Xinchen Hui | 2015-01-15 | 31 | -31/+31 |
| | * | | | bump year | Xinchen Hui | 2015-01-15 | 30 | -30/+30 |
| * | | | | Cleanup | Dmitry Stogov | 2015-04-07 | 1 | -8/+0 |
| * | | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -7/+4 |
