summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Daniel Lowrey2014-02-041-1/+1
|\
| * Fixed SNI failure from missing Z_STRVAL_PPDaniel Lowrey2014-02-041-1/+1
| * Remove #if PHP_VERSION_ID version checksDaniel Lowrey2014-02-011-20/+0
* | Remove #if PHP_VERSION_ID version checksDaniel Lowrey2014-02-011-20/+0
|/
* Use master-agnostic zend_is_true checksDaniel Lowrey2014-01-311-4/+26
* Fixed build breakage from b4b4d9697fDaniel Lowrey2014-01-291-15/+10
* Verify peers by default in client socket operationsDaniel Lowrey2014-01-281-44/+32
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-121-2/+2
|\
| * Fixed bug #65486 mysqli_poll() is broken on Win x64Anatol Belski2013-12-121-2/+2
* | Merge branch 'updated_tls_support' of https://github.com/rdlowrey/php-srcMichael Wallner2013-10-171-2/+84
|\ \
| * | Added support for TLSv1.1 and TLSv1.2Daniel Lowrey2013-10-081-1/+61
* | | Merge branch 'PHP-5.5'Michael Wallner2013-10-171-84/+2
|\ \ \
| * | | Revert "Added support for TLSv1.1 and TLSv1.2"Michael Wallner2013-10-171-84/+2
* | | | Merge branch 'PHP-5.5'Michael Wallner2013-10-171-2/+61
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Added support for TLSv1.1 and TLSv1.2Daniel Lowrey2013-10-171-2/+84
| |/
* | Streams for ssl:// transports can now be configured to use a specificMartin Jansen2013-09-211-1/+29
* | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * 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
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-4/+4
|/ /
* | 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
* 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