summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64Anatol Belski2015-10-261-1/+1
* Fix Bug #69402: Reading empty SSL stream hangs until timeoutDaniel Lowrey2015-04-141-4/+9
* Don't block on crypto data inside stream_select()Daniel Lowrey2015-03-111-11/+7
* Fix bug# 69215 (Crypto servers should send client CA list)Daniel Lowrey2015-03-101-5/+12
* Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-03-091-18/+19
|\
| * Fix crypto stream timeout regressionsDaniel Lowrey2015-03-091-18/+19
* | Fix stream_select() issue with OpenSSL bufferChris Wright2015-03-051-1/+14
* | Really fix zts this timeDaniel Lowrey2015-03-051-4/+4
* | Fix ZTSDaniel Lowrey2015-03-051-3/+3
* | Fixed bug #68265 (SAN match fails with trailing DNS dot)Daniel Lowrey2015-03-041-1/+7
* | Merge branch 'PHP-5.6' of https://github.com/bjori/php-src into PHP-5.6Daniel Lowrey2015-03-041-1/+1
|\ \
| * | hexadecimal is case*in*sensitiveHannes Magnusson2015-03-041-1/+1
* | | Fixed bug #68879 (IP Address fields in subjectAltNames not used)Daniel Lowrey2015-03-041-22/+33
|/ /
* | Fixed bug #68920 (use strict peer_fingerprint input checks)Daniel Lowrey2015-03-041-7/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-02-131-1/+1
|\ \ | |/
| * fix conditionAnatol Belski2015-02-131-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-02-091-56/+167
|\ \ | |/
| * Miscellaneous cleanupDaniel Lowrey2015-02-091-28/+28
| * Update xp_ssl.cBrad Broerman2015-02-041-2/+2
| * reneg and should_close are not yet members of sslsock. Removing...Brad Broerman2015-01-281-9/+1
| * Updated with SSL fixes (backported from trunk)Brad Broerman2015-01-281-45/+159
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Revert "Bug #41631: Observe socket read timeouts in SSL streams"Julien Pauli2014-10-151-46/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | Revert "Merge branch 'PHP-5.5' into PHP-5.6"Ferenc Kovacs2014-10-151-46/+0
* | Revert "fix TS build"Ferenc Kovacs2014-10-151-1/+1
* | Revert "Merge branch 'PHP-5.4' into PHP-5.5"Ferenc Kovacs2014-10-151-13/+0
* | Revert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"Ferenc Kovacs2014-10-151-13/+11
* | Revert "Bug #41631: Fix regression from first attempt (6569db8)"Ferenc Kovacs2014-10-151-1/+1
* | Fix bug #68074 Allow to use system cipher list instead of hardcoded valueRemi Collet2014-09-241-3/+6
* | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2014-09-091-12/+14
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-09-091-12/+14
| |\
| | * Bug #41631: Fix regression from first attempt (6569db8)Daniel Lowrey2014-09-091-1/+1
| | * Bug #67965: Fix blocking behavior in non-blocking crypto streamsDaniel Lowrey2014-09-091-11/+13
* | | Merge branch 'PHP-5.5' into PHP-5.6Chris Wright2014-08-271-0/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Chris Wright2014-08-271-0/+13
| |\ \ | | |/
| | * Fix stream_select() issue with OpenSSL bufferChris Wright2014-08-271-0/+13
* | | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2014-08-251-0/+11
|\ \ \ | |/ /
| * | Bug #67850: Build when OpenSSL compiled without SSLv3 supportDaniel Lowrey2014-08-251-0/+10
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-08-071-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-08-071-1/+1
| |\ \ | | |/
| | * fix TS buildAnatol Belski2014-08-071-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2014-08-071-0/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-08-071-0/+46
| |\ \ | | |/
| | * Bug #41631: Observe socket read timeouts in SSL streamsDaniel Lowrey2014-08-071-0/+46
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Moved streams related functions to xp_ssl.cTjerk Meesters2014-07-311-1/+56
* | | Wildcards should only be used in the first name component; fixed comment styleTjerk Meesters2014-07-291-2/+3
* | | Fixed #67666 - Subject altName doesn't match wildcardsTjerk Meesters2014-07-241-1/+1