summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed memory allocation bugDmitry Stogov2005-09-071-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* When a socket is non-blocking, don't block ssl enabled sockets.Wez Furlong2004-12-251-5/+15
* Remove unused variable.Joe Orton2004-11-031-1/+0
* Included select.h for NetWareAnantha Kesari H Y2004-09-291-0/+4
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-48/+39
* Fix Bug #29296: add explicit sslv2 and sslv3 transportsWez Furlong2004-09-101-0/+6
* Finally a fix for #23220: IIS does not cleanly close SSL connections.Wez Furlong2004-05-231-2/+30
* Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn'tWez Furlong2004-04-211-28/+70
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed compiler warning due to unused variables.Ilia Alshanetsky2003-12-031-1/+2
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-281-1/+7
* Port liveness and SSL CA validation from 4.3 branch.Wez Furlong2003-11-271-17/+94
* And this EOF flag...Wez Furlong2003-10-081-3/+2
* Merge remaining code from 4.3 to fix #22238 in HEAD.Wez Furlong2003-09-211-0/+1
* Win32 build fixes for opensslEdin Kadribasic2003-06-151-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Debug watches probably don't belong in CVS.Sara Golemon2003-04-051-2/+0
* avoid unsigned issues.Wez Furlong2003-03-181-3/+13
* New user-space functions:Wez Furlong2003-02-281-7/+52
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-0/+1
* fixed compiler warnings.Ilia Alshanetsky2003-02-271-0/+5
* Another big commit (tm).Wez Furlong2003-02-271-0/+498