summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Collapse)AuthorAgeFilesLines
* Fix hash_pbkdf2() with missing $length argumentNikita Popov2014-03-122-7/+10
| | | | | | Also change the type of some string length variables to ensure that the zpp call works correctly on platforms where sizeof(int) != sizeof(long).
* Bump yearXinchen Hui2014-01-0331-31/+31
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
|
* typo fixesVeres Lajos2013-07-151-3/+3
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-282-0/+20
| | | | | When using hash_pbkdf2 with hex output and 0 length (auto), it incorrectly truncates the result to 1/2 the expected result.
* 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
| | | | | | | | mhash_00{1,3}.phpt were failing because of the corrected hash tiger byte output order fixes bug #60922: tests fail for mhash() and mhash_keygen_s2k() functions and MHASH_TIGER
* 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
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-222-4/+0
| | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-063-2/+5
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-0133-33/+33
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+5
| | | | generate the install-headers cmd
* Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).Ilia Alshanetsky2010-11-221-1/+1
|
* Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek atAdam Harvey2010-11-081-2/+9
| | | | | yandex dot ru.
* Fixed signedness compiler warningKalle Sommer Nielsen2010-09-231-1/+1
|
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-2/+2
| | | | # Based on patch by CoreyStup at gmail dot com
* - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong ↵Felipe Pena2010-07-032-2/+23
| | | | results and PHP crashes)
* Removed safe_modeKalle Sommer Nielsen2010-04-263-5/+5
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* fix 64-bit integer overflow in mhash_keygen_s2kStanislav Malyshev2010-04-201-2/+4
|
* JOAAT hashing now supports incremental hashing.Martin Jansen2010-03-283-5/+4
|
* Fixed test for the recently added algorithmus and made it moreMartin Jansen2010-03-251-0/+104
| | | | | debuggable by adding the names of the algorithmus to the output.
* fix build - there are now 34 algosRob Richards2010-03-251-1/+1
|
* - init hvalPierre Joye2010-03-251-1/+1
|
* Added FNV and Jenkins's one-at-a-time support to the Windows build.Martin Jansen2010-03-241-1/+1
|
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-247-17/+203
|
* Minor fix to constants registered in ext/hash, and update NEWSMichael Maclean2010-03-231-2/+2
|
* Add FNV-1 support to ext/hashMichael Maclean2010-03-237-3/+723
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0329-29/+29
|
* - Fix for bug #49223 Inconsistency using get_defined_constants(true) Garrett Serack2009-08-171-2/+1
|
* MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what ↵Scott MacVicar2009-06-306-24/+24
| | | | zlib produces.
* Add missing prototypes for mhash, no code changes.Scott MacVicar2009-05-041-2/+17
|
* New hash extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-077-0/+515
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3129-29/+29
|
* - MFH: Fix testFelipe Pena2008-12-271-0/+8
|
* MFH Enable salsa hashing algorithmScott MacVicar2008-12-254-3/+8
|
* - MFH: fix buildPierre Joye2008-11-271-0/+1
|
* MFH Move mhash extension registration code into the hash module startup. ↵Scott MacVicar2008-11-271-0/+23
| | | | This allows extension_loaded('mhash'); to work.
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-20/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+20
|