summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-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
* 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
* 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
* make sure the stream context is present before looking for any optionsAntony Dovgal2010-12-041-1/+1
* Implemented FR #53447 (Cannot disable SessionTicket extension for servers thatAdam Harvey2010-12-031-0/+12
* - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u...Felipe Pena2010-09-291-1/+0
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-2/+2
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
* - Fixed compiler warningsFelipe Pena2010-04-231-0/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* merge from trunk: openssl sni support (rev 289831)Arnaud Le Blanc2009-11-301-0/+59
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-0/+4
* Fixes a memory leak in ssl streams. The context was not properly freedMikko Koppanen2009-08-221-6/+14
* - 48182 ssl handshake fails during asynchronous socket connectionSriram Natarajan2009-07-281-1/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH Fix bug #46748, segfault when SSL has more than one error message.Scott MacVicar2008-12-081-26/+14
* - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on accept...Pierre Joye2008-11-161-0/+1
* Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).Ilia Alshanetsky2008-09-111-1/+1
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-1/+3
* Fixed bug#44716 (Progress notifications incorrect)Hannes Magnusson2008-04-141-9/+8
* MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-041-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* use FREE_ZVAL() instead of free() to free a zvalNuno Lopes2007-09-291-2/+2
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-1/+1
* Fixed bug #41770 (SSL: fatal protocol error due to buffer issues).Ilia Alshanetsky2007-07-021-1/+1
* Fixed bug #41236 (Regression in timeout handling of non-blocking SSLIlia Alshanetsky2007-05-271-6/+6
* MFH: fix leak on errorAntony Dovgal2007-04-041-0/+3
* MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout)Antony Dovgal2007-03-141-4/+10
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix win32 buildRob Richards2006-12-061-0/+4
* Fixed bug #39571 (timeout ssl:// connections).Ilia Alshanetsky2006-12-051-3/+24
* Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS fromIlia Alshanetsky2006-10-051-1/+4
* - fix leaks in openssl context optionsPierre Joye2006-05-261-1/+6
* Add two new context options for ssl:Wez Furlong2006-04-301-1/+56
* bump year and license versionfoobar2006-01-011-3/+3