summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated SSL_CTX_set_verify()twosee2021-03-041-1/+0
* Replace zend_bool uses with boolNikita Popov2021-01-151-9/+9
* Bump minimal OpenSSL version to 1.0.2Jakub Zelenka2020-11-011-9/+0
* Convert resources to objects in ext/opensslMáté Kocsis2020-08-011-3/+9
* Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-06-181-5/+1
|\
| * Don't generate spurious warning is security_level not supportedNikita Popov2020-06-181-5/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-091-2/+2
|\ \ | |/
| * 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.4'Nikita Popov2020-04-201-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
* | | Remove deprecated capture_session_meta OpenSSL stream contextGeorge Peter Banyard2020-02-261-62/+0
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-12/+12
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-051-0/+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 mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | 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
|/ /