summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2019-06-141-1/+13
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* Allow exceptions in __toString()Nikita Popov2019-06-051-9/+31
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-031-0/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-031-0/+1
| |\
| | * Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
* | | Fix tests and logic for TLS 1.3Jakub Zelenka2019-04-281-21/+24
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-5/+36
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-1/+1
| |\ \ | | |/
| | * Fix uninitialized cert_capturedNikita Popov2019-04-151-1/+1
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Merge branch 'PHP-7.3'Jakub Zelenka2019-01-251-21/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-01-251-21/+13
| |\ \ | | |/
| | * Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS reco...Jakub Zelenka2019-01-251-21/+13
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-5/+5
* | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-3/+9
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2018-08-191-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-08-191-2/+4
| |\
| | * Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-191-2/+4
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Add ssl/tls streams options for min and max proto versionJakub Zelenka2018-07-011-63/+115
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-05-221-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-221-5/+5
| |\ \ | | |/
| | * Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)Jakub Zelenka2018-05-221-5/+5
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Followup on 0ec147d3 for another placeAnatol Belski2017-07-241-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-5/+5
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | | Cleanup type conversionDmitry Stogov2017-12-071-10/+7
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-3/+3
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-2/+2
|/ /
* | Followup on 0ec147d3 for another placeAnatol Belski2017-07-241-1/+1
* | Add support for OpenSSL security levelJakub Zelenka2017-07-171-0/+17
* | Make consitent naming and improve CS in xp_sslJakub Zelenka2017-07-161-134/+155
* | Allow setting SNI cert and pk in separate filesJakub Zelenka2017-07-161-19/+70
* | Default single_dh_use and honor_cipher_order to trueNiklas Keller2017-06-181-2/+2
* | Use any TLS crypto method by default, don't use SSLNiklas Keller2017-06-101-2/+2
* | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+0
* | Merge branch 'PHP-7.1'Jakub Zelenka2017-03-141-14/+11
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-03-141-14/+11
| |\
| | * Fix indent and add commentJakub Zelenka2017-03-141-1/+3
| | * Tidy up setting of SSL_MODE_RELEASE_BUFFERSJakub Zelenka2017-03-141-4/+1
| | * Remove extra SSL mode settingsJakub Zelenka2017-03-141-10/+0