summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: fix compiler warningsNuno Lopes2007-09-291-2/+2
* MFB: fix #41236 (Regression in timeout handling of non-blocking SSL connectio...Antony Dovgal2007-05-271-6/+6
* fix leak on errorAntony Dovgal2007-04-041-0/+3
* fix #40750 (openssl stream wrapper ignores default_stream_timeout)Antony Dovgal2007-03-141-4/+10
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Fix win32 buildRob Richards2006-12-061-0/+4
* MFB: Fixed bug #39571 (timeout ssl:// connections).Ilia Alshanetsky2006-12-051-3/+24
* MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS fromIlia Alshanetsky2006-10-051-1/+4
* - MFB: fix leaks in openssl context optionsPierre Joye2006-05-261-1/+5
* merge from branch: peer certificate capture context options.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