summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-12-081-2/+6
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-12-081-2/+6
| |\
| | * Fixed possible read after end of buffer and use after free.Dmitry Stogov2014-12-081-2/+6
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - 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
| | * - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Use /dev/urandom as the default mcrypt_create_iv() sourceNikita Popov2014-03-111-11/+11
* | | Use zpp for accepting encryption mode stringNikita Popov2014-03-051-14/+14
* | | Remove a number of macros that are no longer usedNikita Popov2014-03-051-42/+0
* | | Provide expected IV length in IV error messagesNikita Popov2014-03-051-14/+28
* | | Call mcrypt_module_close on errorNikita Popov2014-03-051-0/+4
* | | Print supported key sizes in error messageNikita Popov2014-03-051-18/+70
* | | Clean up do_crypt codeNikita Popov2014-03-051-61/+57
* | | Abort on invalid key sizeNikita Popov2014-03-051-19/+13
* | | Abort on missing IV if the enc_mode requires itNikita Popov2014-03-051-3/+3
* | | Abort on invalid IV sizeNikita Popov2014-03-051-0/+2
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed Mcrypt deprecated functions and related testsSherif Ramadan2012-08-161-3/+3
* | Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having bee...Sherif Ramadan2012-07-211-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - 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
* add filters to mcryptStanislav Malyshev2010-01-151-0/+9
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).Sriram Natarajan2009-10-021-0/+1
* 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-311-1/+1
* - 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-071-11/+12
* - New parameter parsing APIFelipe Pena2008-08-101-139/+97
* - MFH: Port mcrypt_create_iv to windows (aka fix it on windows)Pierre Joye2008-07-151-0/+23
* - Revert that crap.Derick Rethans2008-07-041-273/+393
* fix key container accessRob Richards2008-07-031-1/+1
* - fix mcrypt_iv on windows, use urandom equivalentPierre Joye2008-07-031-393/+273
* - Added arginfoFelipe Pena2008-07-011-42/+266
* Revert.David Soria Parra2008-05-181-6/+1
* Make mcrypt_enc_self_test() return value compatible with documentation and mc...David Soria Parra2008-05-181-1/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1