| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure the stream context is present before looking for any options | Antony Dovgal | 2010-12-04 | 1 | -1/+1 |
* | Implemented FR #53447 (Cannot disable SessionTicket extension for servers that | Adam Harvey | 2010-12-03 | 1 | -0/+12 |
* | - not TS and useless on server, also not required anymore with the supported ... | Pierre Joye | 2010-12-02 | 1 | -4/+1 |
* | - Fixed bug #53136 (Invalid read on openssl_csr_new()) | Felipe Pena | 2010-11-12 | 1 | -1/+2 |
* | Fix vim marker folds. | Adam Harvey | 2010-10-13 | 1 | -1/+1 |
* | Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi... | Ilia Alshanetsky | 2010-10-07 | 1 | -3/+4 |
* | - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u... | Felipe Pena | 2010-09-29 | 1 | -1/+0 |
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 2 | -11/+11 |
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -3/+3 |
* | - #48632, ssl AES support | Pierre Joye | 2010-06-21 | 1 | -3/+53 |
* | - #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 |
* | Add parameter 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 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 2 | -0/+296 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -20/+17 |
* | 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 |
* | fix typo | Antony Dovgal | 2010-04-22 | 1 | -1/+1 |
* | 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 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 2 | -296/+0 |
* | 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 |
* | Remove a couple TSRMLS_FETCH() calls around ext/main/sapi | Kalle Sommer Nielsen | 2010-04-13 | 1 | -4/+2 |
* | 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 |