Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #70625 | Nikita Popov | 2015-10-03 | 2 | -0/+21 |
* | fix bug #69833 mcrypt fd caching not working | Anatol Belski | 2015-08-11 | 1 | -13/+23 |
* | remove duplicated declaration, fix build | Anatol Belski | 2015-05-21 | 1 | -6/+0 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-05-13 | 2 | -9/+30 |
|\ | |||||
| * | Close fd at the end, otherwise people complain | Leigh | 2015-05-13 | 1 | -0/+8 |
| * | Add file descriptor caching to mcrypt_create_iv() | Leigh | 2015-05-13 | 2 | -15/+22 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | Remove failing test | Xinchen Hui | 2015-04-12 | 1 | -25/+0 |
* | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
| |\ | |||||
| | * | Fixed possible read after end of buffer and use after free. | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
* | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 5 | -6/+6 |
* | | | Use /dev/urandom as the default mcrypt_create_iv() source | Nikita Popov | 2014-03-11 | 1 | -11/+11 |
* | | | Fixed mcrypt test case | Tjerk Meesters | 2014-03-11 | 1 | -1/+1 |
* | | | Add test for bug #62102 / RFC 2144 | Andrey Andreev | 2014-03-06 | 1 | -0/+25 |
* | | | Use zpp for accepting encryption mode string | Nikita Popov | 2014-03-05 | 3 | -50/+38 |
* | | | Remove a number of macros that are no longer used | Nikita Popov | 2014-03-05 | 1 | -42/+0 |
* | | | Provide expected IV length in IV error messages | Nikita Popov | 2014-03-05 | 12 | -94/+108 |
* | | | Call mcrypt_module_close on error | Nikita Popov | 2014-03-05 | 1 | -0/+4 |
* | | | Print supported key sizes in error message | Nikita Popov | 2014-03-05 | 15 | -134/+186 |
* | | | Clean up do_crypt code | Nikita Popov | 2014-03-05 | 1 | -61/+57 |
* | | | Abort on invalid key size | Nikita Popov | 2014-03-05 | 31 | -194/+322 |
* | | | Abort on missing IV if the enc_mode requires it | Nikita Popov | 2014-03-05 | 4 | -11/+14 |
* | | | Abort on invalid IV size | Nikita Popov | 2014-03-05 | 9 | -76/+78 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
|/ / | |||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
* | | Fixed Mcrypt deprecated functions and related tests | Sherif Ramadan | 2012-08-16 | 13 | -9/+205 |
* | | Merge branch 'PHP-5.4' | Nikita Popov | 2012-08-13 | 2 | -7/+7 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-08-13 | 2 | -7/+7 |
| |\ | |||||
| | * | Ask for less random data in mcrypt_create_iv | Nikita Popov | 2012-08-13 | 1 | -4/+4 |
| | * | Rename mcrypt_cbf -> mcrypt_cfb | Nikita Popov | 2012-08-13 | 1 | -3/+3 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | * | - skip if no hash | Pierre Joye | 2011-09-08 | 1 | -1/+2 |
| | * | Added skipif | Xinchen Hui | 2011-09-06 | 1 | -0/+2 |
| | * | - add skipif | Pierre Joye | 2011-09-06 | 1 | -2/+3 |
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | * | tests for bug #55169 (mcrypt and openssl) | Ryan Biesemeyer | 2011-07-20 | 1 | -0/+43 |
| | * | - use warning here to match unix behavior | Pierre Joye | 2011-07-10 | 1 | -1/+1 |
| | * | - force static, can't be built yet shared anyway | Pierre Joye | 2011-01-19 | 1 | -1/+2 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
| | * | - use new function to get random bytes | Pierre Joye | 2010-06-08 | 1 | -19/+9 |
| | * | - WS | Pierre Joye | 2010-06-08 | 1 | -3/+3 |
| | * | - fix leak on error in mcrypt_create_iv on windows | Pierre Joye | 2010-06-02 | 1 | -0/+2 |
| | * | - allow shared build | Pierre Joye | 2010-06-02 | 1 | -1/+1 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |