summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0130-30/+30
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-3/+3
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-013-3/+3
| |\
| | * fix unit testsStanislav Malyshev2015-09-013-3/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-012-5/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-012-5/+23
| |\ \ | | |/
| | * Fix bug #70312 - HAVAL gives wrong hashes in specific casesStanislav Malyshev2015-09-012-5/+23
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-142-1/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-112-1/+13
| |\ \ | | |/
| | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-112-1/+13
| | * Bump yearXinchen Hui2014-01-0331-31/+31
| | * typo fixesVeres Lajos2013-07-151-3/+3
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-0131-31/+31
| * | Bump yearXinchen Hui2015-01-1531-31/+31
* | | bump yearXinchen Hui2015-01-1530-30/+30
* | | Add hash_equals() to perform string comparisons that are not vulnerable to ti...Rouven Weßling2014-03-173-0/+90
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-03-122-7/+10
|\ \ \ | |/ /
| * | Fix hash_pbkdf2() with missing $length argumentNikita Popov2014-03-122-7/+10
| * | Bump yearXinchen Hui2014-01-0331-31/+31
* | | Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-066-1/+675
* | | Bump yearXinchen Hui2014-01-0330-30/+30
* | | fix failing testsManuel Mausz2013-09-052-2/+10
* | | fix indentionManuel Mausz2013-09-051-3/+3
* | | Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-056-28/+200
* | | Merge branch '2Guploads'Michael Wallner2013-08-095-76/+8
|\ \ \
| * | | unify stdint type usageMichael Wallner2013-08-065-76/+8
* | | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-2/+2
|\ \ \ | |/ /
| * | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
| * | typo fixesVeres Lajos2013-07-151-3/+3
* | | typo fixesVeres Lajos2013-07-151-3/+3
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | | Merge branch 'PHP-5.5'Anthony Ferrara2013-05-282-0/+20
|\ \ \ | |/ /
| * | Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-282-0/+20
* | | Fix race condition when ext/hash/tests run in parallelSara Golemon2013-04-302-4/+4
|/ /
* | Happy New YearXinchen Hui2013-01-0131-31/+31
* | More cleanup of documentation and comments, as well as code formattingAnthony Ferrara2012-06-121-3/+8
* | Fix tests to use proper casingAnthony Ferrara2012-06-121-3/+3
* | Remove un-needed memset, and replacing stray spacesAnthony Ferrara2012-06-121-2/+1
* | Update error messages to be more inline with PHP standardsAnthony Ferrara2012-06-121-2/+2
* | refactor away un-necessary casts in hashing routinesAnthony Ferrara2012-06-121-2/+2
* | Create hash_pbkdf2 function additionAnthony Ferrara2012-06-124-32/+290
|/
* fix tests failing due to corrected hash tigerMichael Wallner2012-03-192-2/+2
* merge ext/hash from trunkMichael Wallner2012-01-1813-441/+93
* - Year++Felipe Pena2012-01-0133-33/+33
* Add skipifXinchen Hui2011-09-062-0/+4
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1