summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1930-30/+30
* more usages for ZEND_SECURE_ZERO()Anatol Belski2014-09-199-39/+39
* generalized the case with secure memory zeroingAnatol Belski2014-09-192-6/+6
* fix hash_pbkdf2()Anatol Belski2014-08-281-4/+3
* 's' works with size_t round 3Anatol Belski2014-08-272-4/+5
* first show to make 's' work with size_tAnatol Belski2014-08-273-9/+10
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-252-39/+39
* fix zpp and a bit moreAnatol Belski2014-08-211-20/+20
* fix hashAnatol Belski2014-08-191-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* RETVAL_STRING takes only one variableLior Kaplan2014-07-222-4/+4
* RETURN_STRINGL takes only two variablesLior Kaplan2014-07-222-4/+4
* unused varPierre Joye2014-05-151-1/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-268-5/+772
|\
| * 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
* | | Port ext/hashNikita Popov2014-04-231-97/+84
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ /
* | 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