summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #66840: Fix broken build when extension built separatelyDaniel Lowrey2014-04-131-0/+4
* Add encrypted server SNI supportDaniel Lowrey2014-03-051-0/+147
* Raise timeout to 2s, reworded ssl timeout warningdatibbaw2014-03-051-1/+1
* Refactor + reorganize openssl filesDaniel Lowrey2014-03-051-400/+1085
* Capture peer cert even if verify failsDaniel Lowrey2014-03-021-68/+77
* Prevent implicit function declaration when TLSEXT unavailableDaniel Lowrey2014-02-251-0/+2
* fix linkageAnatol Belski2014-02-211-1/+1
* Fix build against older OpenSSL libsDaniel Lowrey2014-02-211-0/+6
* Merge branch 'reneg-limit' of https://github.com/rdlowrey/php-src into PHP-5.6Daniel Lowrey2014-02-211-2/+133
|\
| * Mitigate client-initiated SSL renegotiation DoSDaniel Lowrey2014-02-211-2/+133
* | C89 compatAnatol Belski2014-02-211-4/+8
|/
* Improve OpenSSL compile flag compatibility, minor updatesDaniel Lowrey2014-02-201-24/+8
* Use crypto method flags; add tlsv1.0 wrapper; add wrapper testsDaniel Lowrey2014-02-201-139/+131
* Improve server forward secrecy, refactor client SNIDaniel Lowrey2014-02-201-18/+193
* Add 'honor_cipher_order' server context optionDaniel Lowrey2014-02-201-0/+7
* Add 'capture_session_meta' context optionDaniel Lowrey2014-02-201-0/+37
* Disable TLS compression by default in both clients and serversDaniel Lowrey2014-02-201-3/+3
* Release ssl buffersDaniel Lowrey2014-02-201-0/+5
* Fix segfault accessing context when no context assignedDaniel Lowrey2014-02-141-8/+9
* 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
* 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