summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Don't generate spurious warning is security_level not supportedNikita Popov2020-06-181-5/+1
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-091-2/+2
|\
| * Fix #62890: default_socket_timeout=-1 causes connection to timeoutChristoph M. Becker2020-06-091-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-201-2/+2
|\ \ | |/
| * Fix #79497: Fix php_openssl_subtract_timeval()Joe Cai2020-04-201-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-051-0/+2
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-051-0/+2
| |\
| | * Fixed bug #78775Nikita Popov2019-11-051-0/+2
* | | Remove php_openssl_cipher_get_version()Nikita Popov2019-07-241-21/+2
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-031-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-031-1/+2
| |\ \ | | |/
| | * Fixed bug #78231Nikita Popov2019-07-031-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-211-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-211-0/+1
| |\ \ | | |/
| | * Free cert in php_openssl_load_stream_cafile()Nikita Popov2019-06-211-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-211-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-211-0/+6
| |\ \ | | |/
| | * Fix memory leak in TLS matches_san_listNiklas Keller2019-06-211-0/+6
* | | 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