Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #78775 | Nikita Popov | 2019-11-05 | 1 | -0/+2 |
* | Fixed bug #78231 | Nikita Popov | 2019-07-03 | 1 | -1/+2 |
* | Free cert in php_openssl_load_stream_cafile() | Nikita Popov | 2019-06-21 | 1 | -0/+1 |
* | Fix memory leak in TLS matches_san_list | Niklas Keller | 2019-06-21 | 1 | -0/+6 |
* | Clear errors after SSL_CTX_load_verify_locations() | Nikita Popov | 2019-06-03 | 1 | -0/+1 |
* | Fix uninitialized cert_captured | Nikita Popov | 2019-04-15 | 1 | -1/+1 |
* | Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS reco... | Jakub Zelenka | 2019-01-25 | 1 | -21/+13 |
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -5/+5 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-08-19 | 1 | -2/+4 |
|\ | |||||
| * | Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create()) | Jakub Zelenka | 2018-08-19 | 1 | -2/+4 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-05-22 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7) | Jakub Zelenka | 2018-05-22 | 1 | -5/+5 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Followup on 0ec147d3 for another place | Anatol Belski | 2017-07-24 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Followup on 0ec147d3 for another place | Anatol Belski | 2017-07-24 | 1 | -1/+1 |
* | | Add support for OpenSSL security level | Jakub Zelenka | 2017-07-17 | 1 | -0/+17 |
* | | Make consitent naming and improve CS in xp_ssl | Jakub Zelenka | 2017-07-16 | 1 | -134/+155 |
* | | Allow setting SNI cert and pk in separate files | Jakub Zelenka | 2017-07-16 | 1 | -19/+70 |
* | | Default single_dh_use and honor_cipher_order to true | Niklas Keller | 2017-06-18 | 1 | -2/+2 |
* | | Use any TLS crypto method by default, don't use SSL | Niklas Keller | 2017-06-10 | 1 | -2/+2 |
* | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -3/+0 |
* | | Merge branch 'PHP-7.1' | Jakub Zelenka | 2017-03-14 | 1 | -14/+11 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-03-14 | 1 | -14/+11 |
| |\ | |||||
| | * | Fix indent and add comment | Jakub Zelenka | 2017-03-14 | 1 | -1/+3 |
| | * | Tidy up setting of SSL_MODE_RELEASE_BUFFERS | Jakub Zelenka | 2017-03-14 | 1 | -4/+1 |
| | * | Remove extra SSL mode settings | Jakub Zelenka | 2017-03-14 | 1 | -10/+0 |
| | * | Fix bug #72333 (fwrite() on non-blocking SSL sockets does not work) | Jakub Zelenka | 2017-03-14 | 1 | -0/+8 |
* | | | Merge branch 'PHP-7.1' | Aaron Piotrowski | 2017-02-23 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Aaron Piotrowski | 2017-02-23 | 1 | -0/+10 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74159 | Aaron Piotrowski | 2017-02-23 | 1 | -0/+10 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-01-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-01-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73854 (Always true condition in php_openssl_sockop_io) | Xinchen Hui | 2017-01-09 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-08 | 1 | -2/+7 |
|\ \ \ | |/ / | |||||
| * | | use the new API for opaque symbol in OpenSSL 1.1.x | Anatol Belski | 2017-01-08 | 1 | -2/+7 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-22 | 1 | -7/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 1 | -2/+15 |
| |\ \ | | |/ | |||||
| | * | Fix alpn_ctx leaking in openssl | Bob Weinand | 2016-12-22 | 1 | -2/+15 |
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -4/+0 |
|/ / | |||||
* | | Try to fix LibreSSL build | Jakub Zelenka | 2016-10-23 | 1 | -5/+5 |
* | | Drop useless checks for DH and RSA | Jakub Zelenka | 2016-10-23 | 1 | -7/+3 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2016-09-13 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Jakub Zelenka | 2016-09-13 | 1 | -3/+6 |
| |\ | |||||
| | * | Fix bug #73072 (Invalid path SNI_server_certs causes segfault) | Jakub Zelenka | 2016-09-13 | 1 | -3/+6 |
* | | | Use always non const SSL cipher version string | Jakub Zelenka | 2016-07-19 | 1 | -2/+19 |
* | | | Hide setting server ECDH curve for OpenSSL 1.1 | Jakub Zelenka | 2016-07-17 | 1 | -2/+2 |