summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Expand)AuthorAgeFilesLines
* fix failing testsStanislav Malyshev2011-08-011-4/+6
* - 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 the...Pierre Joye2011-07-221-1/+1
* tests for bug #55169 (mcrypt and openssl)Ryan Biesemeyer2011-07-201-0/+43
* - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
* MFH: Fixes for broken tests.Stanislav Malyshev2011-05-271-0/+2
* - force static, can't be built yet shared anywayPierre Joye2011-01-191-1/+2
* - Year++Felipe Pena2011-01-014-4/+4
* - use new function to get random bytesPierre Joye2010-06-081-19/+9
* - fix leak on error in mcrypt_create_iv on windowsPierre Joye2010-06-021-0/+2
* - WSPierre Joye2010-06-021-3/+3
* - allow shared buildPierre Joye2010-06-021-1/+1
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+117
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-117/+0
* add filters to mcryptStanislav Malyshev2010-01-156-2/+374
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-091-1/+1
* - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).Sriram Natarajan2009-10-022-0/+14
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* MFH: Fixed compiler warningKalle Sommer Nielsen2009-05-191-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Li...Ant Phillips2008-12-1134-0/+5545
* - Changed split() to preg_split()Felipe Pena2008-11-201-67/+1
* - Fixed testFelipe Pena2008-11-201-1/+67
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-36/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+36
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-36/+0
* - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)Felipe Pena2008-09-072-11/+26
* - New parameter parsing APIFelipe Pena2008-08-101-139/+97
* - MFH: not sharedPierre Joye2008-08-051-1/+1
* - MFH: detect _a or normal libPierre Joye2008-08-041-1/+1
* - MFH: Port mcrypt_create_iv to windows (aka fix it on windows)Pierre Joye2008-07-152-2/+26
* - Revert that crap.Derick Rethans2008-07-048-294/+400
* fix key container accessRob Richards2008-07-031-1/+1
* - fix mcrypt_iv on windows, use urandom equivalentPierre Joye2008-07-038-400/+294
* - Added arginfoFelipe Pena2008-07-011-42/+266
* Revert.David Soria Parra2008-05-182-7/+2
* Make mcrypt_enc_self_test() return value compatible with documentation and mc...David Soria Parra2008-05-182-2/+7
* Wrong fileDavid Soria Parra2008-05-181-21/+0
* MFH: Tests from Munich PHP Testfest 2008David Soria Parra2008-05-1731-0/+559
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* - MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).Derick Rethans2007-12-012-2/+25
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix ws & foldingAntony Dovgal2007-07-191-36/+12
* fix test namesAntony Dovgal2007-05-072-1/+1
* - MFH: Added test case for bug #41252.Derick Rethans2007-05-011-0/+13
* win32 test fixesAntony Dovgal2007-04-181-2/+2
* Fixed bug #40999 (mcrypt_create_iv() not using random seed).Ilia Alshanetsky2007-04-051-2/+2
* use constantIlia Alshanetsky2007-02-151-1/+1
* Improved validation route for size parameter of the mcrypt_create_iv()Ilia Alshanetsky2007-02-151-2/+2