summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/urandom as the default mcrypt_create_iv() sourceNikita Popov2014-03-111-11/+11
* Fixed mcrypt test caseTjerk Meesters2014-03-111-1/+1
* Add test for bug #62102 / RFC 2144Andrey Andreev2014-03-061-0/+25
* Use zpp for accepting encryption mode stringNikita Popov2014-03-053-50/+38
* 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-0512-94/+108
* Call mcrypt_module_close on errorNikita Popov2014-03-051-0/+4
* Print supported key sizes in error messageNikita Popov2014-03-0515-134/+186
* Clean up do_crypt codeNikita Popov2014-03-051-61/+57
* Abort on invalid key sizeNikita Popov2014-03-0531-194/+322
* Abort on missing IV if the enc_mode requires itNikita Popov2014-03-054-11/+14
* Abort on invalid IV sizeNikita Popov2014-03-059-76/+78
* Bump yearXinchen Hui2014-01-034-4/+4
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Happy New YearXinchen Hui2013-01-014-4/+4
* Fixed Mcrypt deprecated functions and related testsSherif Ramadan2012-08-1613-9/+205
* Merge branch 'PHP-5.4'Nikita Popov2012-08-132-7/+7
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-08-132-7/+7
| |\
| | * Ask for less random data in mcrypt_create_ivNikita Popov2012-08-131-4/+4
| | * Rename mcrypt_cbf -> mcrypt_cfbNikita Popov2012-08-131-3/+3
| | * - Year++Felipe Pena2012-01-014-4/+4
| | * - skip if no hashPierre Joye2011-09-081-1/+2
| | * Added skipifXinchen Hui2011-09-061-0/+2
| | * - add skipifPierre Joye2011-09-061-2/+3
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-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
| | * - 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
| | * - WSPierre Joye2010-06-081-3/+3
| | * - fix leak on error in mcrypt_create_iv on windowsPierre Joye2010-06-021-0/+2
| | * - allow shared buildPierre Joye2010-06-021-1/+1
| * | - Year++Felipe Pena2012-01-014-4/+4
| * | - skip if no hashPierre Joye2011-09-081-1/+2
| * | - add skipifPierre Joye2011-09-061-2/+3
| * | 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
* | | Fix mcrypt_ecb tests after deprecationNikita Popov2012-08-139-6/+28
* | | Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having bee...Sherif Ramadan2012-07-211-1/+1
* | | - Year++Felipe Pena2012-01-014-4/+4
* | | - skip if no hashPierre Joye2011-09-081-1/+2
* | | - add skipifPierre Joye2011-09-061-2/+3
* | | fix failing testsStanislav Malyshev2011-08-011-4/+6
* | | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | | tests for bug #55169 (mcrypt and openssl)Ryan Biesemeyer2011-07-201-0/+43