| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -3/+3 |
| * | - #45808, stream_socket_enable_crypto() blocks and eats CPU | Pierre Joye | 2010-06-20 | 1 | -3/+8 |
| * | fix ZTS build | Antony Dovgal | 2010-05-20 | 1 | -4/+4 |
| * | MFH: Add IV to openssl_(en|de)crypt() | Sara Golemon | 2010-05-19 | 3 | -26/+112 |
| * | Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ... | Ilia Alshanetsky | 2010-05-11 | 1 | -12/+8 |
| * | Fix for bug #51647 Certificate file without private key (pk in another file) ... | Andrey Hristov | 2010-04-23 | 1 | -4/+16 |
| * | - Fixed compiler warnings | Felipe Pena | 2010-04-23 | 1 | -0/+2 |
| * | revert most of the Andrey's patch that causes segfaults | Antony Dovgal | 2010-04-22 | 1 | -5/+2 |
| * | initialize variable. this code still segfaults in OpenSSL, no idea why | Antony Dovgal | 2010-04-22 | 1 | -1/+1 |
| * | fix infinite loop in the test | Antony Dovgal | 2010-04-20 | 1 | -1/+1 |
| * | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -3/+8 |
| * | Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) | Ilia Alshanetsky | 2010-01-27 | 1 | -0/+6 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
| * | merge from trunk: openssl sni support (rev 289831) | Arnaud Le Blanc | 2009-11-30 | 3 | -0/+242 |
| * | added timezone define for NetWare. | Guenter Knauf | 2009-11-03 | 1 | -0/+4 |
| * | - Fixed memory leak in openssl_pkcs12_export_to_file() | Felipe Pena | 2009-10-27 | 1 | -3/+3 |
| * | Fixed test (it failed from time to time because of very small timeouts) | Dmitry Stogov | 2009-09-22 | 1 | -3/+3 |
| * | Fixed certificate validation inside php_openssl_apply_verification_policy | Ilia Alshanetsky | 2009-09-14 | 1 | -5/+9 |
| * | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 1 | -0/+4 |
| * | Fixes a memory leak in ssl streams. The context was not properly freed | Mikko Koppanen | 2009-08-22 | 1 | -6/+14 |
| * | - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012 | Jani Taskinen | 2009-07-30 | 1 | -0/+4 |
| * | - 48182 ssl handshake fails during asynchronous socket connection | Sriram Natarajan | 2009-07-28 | 2 | -1/+97 |
| * | - #48116, restore 0.x compability, thx config.cache. | Pierre Joye | 2009-07-06 | 1 | -1/+10 |
| * | - #48116, fix build against openssl 1.0 | Pierre Joye | 2009-07-06 | 1 | -6/+5 |
| * | MFH: Closes #47991 SSL streams fail if error stack contains items | Mikko Koppanen | 2009-04-20 | 1 | -0/+1 |
| * | - MFB: better test case, it crashes on more architecture | Pierre Joye | 2009-03-30 | 1 | -3/+28 |
| * | MFH Add test for bug #47828 | Scott MacVicar | 2009-03-30 | 1 | -0/+15 |
| * | MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error code... | Scott MacVicar | 2009-03-29 | 1 | -2/+4 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
| * | MFH Fix bug #46748, segfault when SSL has more than one error message. | Scott MacVicar | 2008-12-08 | 1 | -26/+14 |
| * | - MFB: fix title | Pierre Joye | 2008-11-18 | 1 | -1/+1 |
| * | - #41033, enable signing with DSA keys | Pierre Joye | 2008-11-18 | 4 | -1/+56 |
| * | Missed test for previous commit | Scott MacVicar | 2008-11-17 | 1 | -0/+22 |
| * | MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, thi... | Scott MacVicar | 2008-11-17 | 1 | -0/+53 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -42/+0 |
| * | - MFB: skip if pcntl is not present | Pierre Joye | 2008-11-16 | 1 | -1/+2 |
| * | - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on accept... | Pierre Joye | 2008-11-16 | 3 | -0/+91 |
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+42 |
| * | Fixed compiler warning | Ilia Alshanetsky | 2008-10-26 | 1 | -2/+2 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -42/+0 |
| * | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -7/+7 |
| * | Fixed bug #46271 (local_cert option is not resolved to full path) | Ilia Alshanetsky | 2008-10-14 | 1 | -19/+22 |
| * | MFH: initialize keyresource | Rob Richards | 2008-09-30 | 1 | -1/+1 |
| * | MFH: Show the library version currently loaded as well as the version the ext... | Scott MacVicar | 2008-09-18 | 1 | -1/+2 |
| * | Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). | Ilia Alshanetsky | 2008-09-11 | 1 | -1/+1 |
| * | fix folding | Antony Dovgal | 2008-07-30 | 1 | -19/+8 |
| * | New tests | Henrique do Nascimento Angelo | 2008-07-18 | 18 | -0/+992 |
| * | fix test | Antony Dovgal | 2008-07-15 | 1 | -1/+1 |
| * | Fix error message | Henrique do Nascimento Angelo | 2008-07-15 | 3 | -1/+34 |
| * | Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign() | Henrique do Nascimento Angelo | 2008-07-15 | 5 | -0/+167 |