| Commit message (Expand) | Author | Age | Files | Lines |
* | When we have a blocking SSL socket, respect the timeout option. | Scott MacVicar | 2011-07-23 | 1 | -0/+37 |
* | removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ... | Ryan Biesemeyer | 2011-07-20 | 1 | -43/+0 |
* | update test for bug #55169, fix skipif | Ryan Biesemeyer | 2011-07-20 | 1 | -1/+3 |
* | update test for bug #55169, don't require the extension in INI | Ryan Biesemeyer | 2011-07-20 | 1 | -2/+0 |
* | tests for bug #55169 (mcrypt and openssl) | Ryan Biesemeyer | 2011-07-20 | 1 | -0/+43 |
* | openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th... | Scott MacVicar | 2011-07-19 | 1 | -2/+10 |
* | - did I not kill that already? (do not use rand_screen, pointless on server a... | Pierre Joye | 2011-06-16 | 1 | -4/+0 |
* | - Fixed bug #55028 (// is abad comment) | Felipe Pena | 2011-06-10 | 1 | -1/+1 |
* | - Fixed bug #54992: Stream not closed and error not returned when SSL CN_match | Gustavo André dos Santos Lopes | 2011-06-08 | 4 | -0/+134 |
* | MFH: The project calls itself OpenSSL and not openSSL, so let's keep it | Martin Jansen | 2011-04-25 | 2 | -5/+5 |
* | SSLV2 patch cleanup | Rasmus Lerdorf | 2011-04-24 | 2 | -4/+13 |
* | Support for openssl without SSLv2 supprot compiled in. Distros are starting to | Rasmus Lerdorf | 2011-04-24 | 1 | -0/+10 |
* | Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #... | Raphael Geissert | 2011-03-18 | 1 | -0/+1 |
* | - fix bug #54061, memory leak in openssl_decrypt | Pierre Joye | 2011-02-21 | 1 | -0/+17 |
* | - fix bug #54061, memory leak in openssl_decrypt | Pierre Joye | 2011-02-21 | 1 | -0/+1 |
* | - fix test 025 | Pierre Joye | 2011-02-21 | 1 | -2/+1 |
* | - fix bug #54060, memory leak in openssl_encrypt | Pierre Joye | 2011-02-21 | 2 | -0/+18 |
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
* | - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). | Gustavo André dos Santos Lopes | 2010-12-23 | 1 | -18/+54 |
* | MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers | Adam Harvey | 2010-12-13 | 1 | -0/+12 |
* | - not TS and useless on server, also not required anymore with the supported ... | Pierre Joye | 2010-12-02 | 1 | -4/+1 |
* | - fix #39863, do not accept paths with NULL in them. See http://news.php.net/... | Pierre Joye | 2010-11-18 | 1 | -4/+39 |
* | - 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 |
* | - 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 |