summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2018-09-251-1/+1
|\
| * Fixed bug #76918 Repeated parameter name in arg infoSara Golemon2018-09-251-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Add hash_hmac_algos() for filtered is_crypto methodsSara Golemon2017-07-231-0/+17
* | Refactor HashContext into an object.=?UTF-8?q?Rouven=20We=C3=9Fling?=2017-01-311-108/+167
* | 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-041-1/+1
* | | Use hash_ops->is_crypto in hash_init()Andrey Andreev2017-01-221-0/+5
* | | Disallow non-crypto hashes in HMAC and PBKDF2Andrey Andreev2017-01-181-21/+11
|/ /
* | Add hash_hkdf()Andrey Andreev2017-01-141-0/+125
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-221-3/+4
* | Implement FIPS 180-4 algos: sha512/256 and sha512/224Sara Golemon2016-05-141-0/+2
* | Remove version checksNikita Popov2016-01-301-8/+2
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Implement SHA3 hashing algorithmSara Golemon2015-10-151-0/+4
|/ /
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+1
* | remove TSRMLS_*Anatol Belski2015-08-021-2/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-20/+20
* | Fixed Bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33 extensio...Xinchen Hui2015-06-141-1/+14
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-1/+6
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-1/+6
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+6
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | | * merge ext/hash from trunkMichael Wallner2012-01-181-2/+0
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | | * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | CleanupDmitry Stogov2015-04-071-8/+0
* | | | cleanup the mod version macros, round 2Anatol Belski2015-03-231-6/+2
* | | | more fixes to the shared compilationAnatol Belski2015-03-231-2/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-7/+7
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-7/+18
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-28/+28
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | more usages for ZEND_SECURE_ZERO()Anatol Belski2014-09-191-6/+6
* | | | fix hash_pbkdf2()Anatol Belski2014-08-281-4/+3
* | | | 's' works with size_t round 3Anatol Belski2014-08-271-3/+4