| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only | Anatoliy Belsky | 2012-04-24 | 1 | -1/+1 |
* | Fix bug #61401 ext\openssl\tests\004.phpt fails | Anatoliy Belsky | 2012-03-28 | 1 | -2/+2 |
* | Fix bug #61404 ext\openssl\tests\021.phpt fails | Anatoliy Belsky | 2012-03-28 | 1 | -5/+8 |
* | Fix bug #61405 ext\openssl\tests\022.phpt fails | Anatoliy Belsky | 2012-03-27 | 1 | -2/+5 |
* | Fix bug #61412 ext\openssl\tests\bug28382.phpt fails | Anatoliy Belsky | 2012-03-27 | 1 | -3/+6 |
* | test for bug #61124 | Olivier DOUCET | 2012-02-25 | 1 | -0/+12 |
* | Fixed bug #61124 (Crash when decoding an invalid base64 encoded string). | Scott MacVicar | 2012-02-23 | 1 | -0/+4 |
* | Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.... | Christopher Jones | 2012-02-07 | 2 | -1/+279 |
* | Another openssl test that is dependent on the openssl version. The output has | Rasmus Lerdorf | 2012-02-05 | 1 | -5/+23 |
* | Need EXPECTF here, of course | Rasmus Lerdorf | 2012-02-05 | 1 | -1/+1 |
* | Getting different hashes here. But this test isn't testing the hashes, | Rasmus Lerdorf | 2012-02-05 | 1 | -1/+1 |
* | According to the reports on qa this test is failing the same way for everyone. | Rasmus Lerdorf | 2012-02-05 | 1 | -1/+3 |
* | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
* | Add tests for OpenSSL crash. | Scott MacVicar | 2011-12-19 | 1 | -0/+13 |
* | Fix segfault in older versions of OpenSSL (before 0.9.8i) | Scott MacVicar | 2011-12-18 | 1 | -1/+3 |
* | - Fixed NULL pointer dereference in stream_socket_enable_crypto, case when | Mateusz Kocielski | 2011-11-12 | 1 | -0/+2 |
* | - ext/openssl/tests/bug36732.phpt more portable. | Gustavo André dos Santos Lopes | 2011-09-14 | 2 | -1/+45 |
* | Fix the path to the .pem | Hannes Magnusson | 2011-09-08 | 1 | -2/+2 |
* | - Revert r313616 (When we have a blocking SSL socket, respect the timeout | Johannes Schlüter | 2011-08-22 | 1 | -37/+0 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | 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 |