summaryrefslogtreecommitdiff
path: root/ext/openssl/xp_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78775Nikita Popov2019-11-051-0/+2
* Fixed bug #78231Nikita Popov2019-07-031-1/+2
* Free cert in php_openssl_load_stream_cafile()Nikita Popov2019-06-211-0/+1
* Fix memory leak in TLS matches_san_listNiklas Keller2019-06-211-0/+6
* Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
* Fix uninitialized cert_capturedNikita Popov2019-04-151-1/+1
* 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
* 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
* | 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
* | 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
| | * Fix bug #72333 (fwrite() on non-blocking SSL sockets does not work)Jakub Zelenka2017-03-141-0/+8
* | | Merge branch 'PHP-7.1'Aaron Piotrowski2017-02-231-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Aaron Piotrowski2017-02-231-0/+10
| |\ \ | | |/
| | * Fix bug #74159Aaron Piotrowski2017-02-231-0/+10
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-091-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-091-1/+1
| |\ \ | | |/
| | * Fixed bug #73854 (Always true condition in php_openssl_sockop_io)Xinchen Hui2017-01-091-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-081-2/+7
|\ \ \ | |/ /
| * | use the new API for opaque symbol in OpenSSL 1.1.xAnatol Belski2017-01-081-2/+7
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-221-7/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-2/+15
| |\ \ | | |/
| | * Fix alpn_ctx leaking in opensslBob Weinand2016-12-221-2/+15
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+0
|/ /
* | Try to fix LibreSSL buildJakub Zelenka2016-10-231-5/+5
* | Drop useless checks for DH and RSAJakub Zelenka2016-10-231-7/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2016-09-131-3/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-09-131-3/+6
| |\
| | * Fix bug #73072 (Invalid path SNI_server_certs causes segfault)Jakub Zelenka2016-09-131-3/+6
* | | Use always non const SSL cipher version stringJakub Zelenka2016-07-191-2/+19
* | | Hide setting server ECDH curve for OpenSSL 1.1Jakub Zelenka2016-07-171-2/+2