summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug #69402: Reading empty SSL stream hangs until timeoutDaniel Lowrey2015-04-141-4/+9
* Fix crypto stream timeout regressionsDaniel Lowrey2015-03-091-18/+19
* fix conditionAnatol Belski2015-02-131-1/+1
* Miscellaneous cleanupDaniel Lowrey2015-02-091-28/+28
* Update xp_ssl.cBrad Broerman2015-02-041-2/+2
* reneg and should_close are not yet members of sslsock. Removing...Brad Broerman2015-01-281-9/+1
* Updated with SSL fixes (backported from trunk)Brad Broerman2015-01-281-45/+159
* Bump yearXinchen Hui2015-01-151-1/+1
* Revert "Bug #41631: Observe socket read timeouts in SSL streams"Julien Pauli2014-10-151-46/+0
* Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-09-091-12/+14
|\
| * Bug #41631: Fix regression from first attempt (6569db8)Daniel Lowrey2014-09-091-1/+1
| * Bug #67965: Fix blocking behavior in non-blocking crypto streamsDaniel Lowrey2014-09-091-11/+13
* | Merge branch 'PHP-5.4' into PHP-5.5Chris Wright2014-08-271-0/+13
|\ \ | |/
| * Fix stream_select() issue with OpenSSL bufferChris Wright2014-08-271-0/+13
* | Bug #67850: Build when OpenSSL compiled without SSLv3 supportDaniel Lowrey2014-08-251-0/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-08-071-1/+1
|\ \ | |/
| * fix TS buildAnatol Belski2014-08-071-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-08-071-0/+46
|\ \ | |/
| * Bug #41631: Observe socket read timeouts in SSL streamsDaniel Lowrey2014-08-071-0/+46
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Fixed bug #65486 mysqli_poll() is broken on Win x64Anatol Belski2013-12-121-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2013-01-311-0/+12
|\ \ | |/
| * NEWS entry new OpenSSL option [doc]Lars Strojny2013-01-311-1/+1
| * Added ssl context option, "disable_compression"Daniel Lowrey2013-01-311-0/+12
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * MFH r322485Scott MacVicar2012-01-261-1/+5
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed NULL pointer dereference in stream_socket_enable_crypto, case whenMateusz Kocielski2011-11-121-0/+2
| * - Revert r313616 (When we have a blocking SSL socket, respect the timeoutPierre Joye2011-10-051-37/+0
| * When we have a blocking SSL socket, respect the timeout option.Scott MacVicar2011-07-231-0/+37
| * - Fixed bug #55028 (// is abad comment)Felipe Pena2011-06-101-1/+1
| * - Fixed bug #54992: Stream not closed and error not returned when SSL CN_matchGustavo André dos Santos Lopes2011-06-081-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fix CVE-2011-3389. Possible attack on CBC mode with TLS 1.0.Scott MacVicar2012-01-201-1/+5
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed NULL pointer dereference in stream_socket_enable_crypto, case whenMateusz Kocielski2011-11-101-0/+2
* | - Revert r313616 (When we have a blocking SSL socket, respect the timeoutPierre Joye2011-10-051-37/+0
* | When we have a blocking SSL socket, respect the timeout option.Scott MacVicar2011-07-231-0/+37
* | - Fixed bug #55028 (// is abad comment)Felipe Pena2011-06-101-1/+1
* | - Fixed bug #54992: Stream not closed and error not returned when SSL CN_matchGustavo André dos Santos Lopes2011-06-081-0/+1
|/
* The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-251-3/+3
* SSLV2 patch cleanupRasmus Lerdorf2011-04-241-4/+9
* Support for openssl without SSLv2 supprot compiled in. Distros are starting toRasmus Lerdorf2011-04-241-0/+10
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).Gustavo André dos Santos Lopes2010-12-231-18/+54