Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 30 | -30/+30 |
| | |||||
* | fix failing tests | Manuel Mausz | 2013-09-05 | 2 | -2/+10 |
| | |||||
* | fix indention | Manuel Mausz | 2013-09-05 | 1 | -3/+3 |
| | |||||
* | Add support for CryptoPro S-box for GOST | Manuel Mausz | 2013-09-05 | 6 | -28/+200 |
| | | | | | This adds a new hash identifier "gost-crypto" which uses the CryptoPro S-box tables as specified by RFC 4357, section 11.2. | ||||
* | Merge branch '2Guploads' | Michael Wallner | 2013-08-09 | 5 | -76/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | * 2Guploads: add NEWS entry; add simple test more precise condition make this work in vc11 too Use int64_t and atoll() after discussion with johannes ws Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G. unify stdint type usage | ||||
| * | unify stdint type usage | Michael Wallner | 2013-08-06 | 5 | -76/+8 |
| | | | | | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes. | ||||
| * | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-07-21 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | * PHP-5.5: backward compatibility HASH_KEY_NON_EXISTANT fix | ||||
| * | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -3/+3 |
| | | |||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-5.5: Merge branch 'pull-request/341' Merge branch 'pull-request/341' | ||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'PHP-5.5' | Anthony Ferrara | 2013-05-28 | 2 | -0/+20 |
|\ \ | |/ | | | | | | | * PHP-5.5: Fix #64745 hash_pbkdf2 truncation issue | ||||
| * | Fix #64745 hash_pbkdf2 truncation issue | Anthony Ferrara | 2013-05-28 | 2 | -0/+20 |
| | | | | | | | | | | When using hash_pbkdf2 with hex output and 0 length (auto), it incorrectly truncates the result to 1/2 the expected result. | ||||
* | | Fix race condition when ext/hash/tests run in parallel | Sara Golemon | 2013-04-30 | 2 | -4/+4 |
|/ | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 31 | -31/+31 |
| | |||||
* | More cleanup of documentation and comments, as well as code formatting | Anthony Ferrara | 2012-06-12 | 1 | -3/+8 |
| | |||||
* | Fix tests to use proper casing | Anthony Ferrara | 2012-06-12 | 1 | -3/+3 |
| | |||||
* | Remove un-needed memset, and replacing stray spaces | Anthony Ferrara | 2012-06-12 | 1 | -2/+1 |
| | |||||
* | Update error messages to be more inline with PHP standards | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | refactor away un-necessary casts in hashing routines | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | Create hash_pbkdf2 function addition | Anthony Ferrara | 2012-06-12 | 4 | -32/+290 |
| | |||||
* | fix tests failing due to corrected hash tiger | Michael Wallner | 2012-03-19 | 2 | -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 trunk | Michael Wallner | 2012-01-18 | 13 | -441/+93 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 33 | -33/+33 |
| | |||||
* | Add skipif | Xinchen Hui | 2011-09-06 | 2 | -0/+4 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 2 | -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 Pena | 2011-06-06 | 3 | -2/+5 |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 33 | -33/+33 |
| | |||||
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -0/+5 |
| | | | | generate the install-headers cmd | ||||
* | Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c). | Ilia Alshanetsky | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at | Adam Harvey | 2010-11-08 | 1 | -2/+9 |
| | | | | | yandex dot ru. | ||||
* | Fixed signedness compiler warning | Kalle Sommer Nielsen | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Fixed bug #51943 (Several files are out of ANSI spec) | Kalle Sommer Nielsen | 2010-07-13 | 1 | -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 Pena | 2010-07-03 | 2 | -2/+23 |
| | | | | results and PHP crashes) | ||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -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_s2k | Stanislav Malyshev | 2010-04-20 | 1 | -2/+4 |
| | |||||
* | JOAAT hashing now supports incremental hashing. | Martin Jansen | 2010-03-28 | 3 | -5/+4 |
| | |||||
* | Fixed test for the recently added algorithmus and made it more | Martin Jansen | 2010-03-25 | 1 | -0/+104 |
| | | | | | debuggable by adding the names of the algorithmus to the output. | ||||
* | fix build - there are now 34 algos | Rob Richards | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | - init hval | Pierre Joye | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Added FNV and Jenkins's one-at-a-time support to the Windows build. | Martin Jansen | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Added Jenkins's one-at-a-time hash support to ext/hash. | Martin Jansen | 2010-03-24 | 7 | -17/+203 |
| | |||||
* | Minor fix to constants registered in ext/hash, and update NEWS | Michael Maclean | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | Add FNV-1 support to ext/hash | Michael Maclean | 2010-03-23 | 7 | -3/+723 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 29 | -29/+29 |
| | |||||
* | - Fix for bug #49223 Inconsistency using get_defined_constants(true) | Garrett Serack | 2009-08-17 | 1 | -2/+1 |
| |