summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-131-1/+12
|\
| * Backport changes for OpenSSL 1.1.1 CI integrationAnatol Belski2018-09-131-1/+12
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-121-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-09-121-2/+2
| |\
| | * Improve error code matchingAnatol Belski2018-09-121-2/+2
* | | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2018-09-091-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-09-091-2/+6
| |\ \ | | |/
| | * Fix ssl stream reneg limit test to print only after first renegotiationJakub Zelenka2018-09-091-2/+6
* | | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2018-09-021-1/+3
|\ \ \ | |/ /
| * | Fix stream_security_level.phpt with OpenSSL 1.1.1Jakub Zelenka2018-09-021-1/+3
* | | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2018-08-193-2/+97
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-08-193-2/+97
| |\ \ | | |/
| | * Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-193-2/+97
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-256-12/+1
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-19/+19
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-3/+3
* | | Add ssl/tls streams options for min and max proto versionJakub Zelenka2018-07-013-66/+181
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-06-212-0/+5
|\ \ \ | |/ /
| * | Make new openssl ext tests in 7.2 consitentJakub Zelenka2018-06-212-0/+5
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-06-2188-707/+780
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-06-2188-708/+780
| |\ \ | | |/
| | * Use unix NL in all openssl ext testsJakub Zelenka2018-06-213-126/+126
| | * Make code in openssl ext tests more consistentJakub Zelenka2018-06-2188-629/+708
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-25/+25
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-05-223-13/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-223-13/+32
| |\ \ | | |/
| | * Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)Jakub Zelenka2018-05-223-13/+32
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-05-182-3/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-182-3/+25
| |\ \ | | |/
| | * Add test for bug #76296Jakub Zelenka2018-05-181-0/+22
| | * Fix bug #76296 (openssl_pkey_get_public does not respect open_basedir)Erik Lax2018-05-181-3/+3
* | | Fix keylen type mismatch in openssl_pkey_deriveJakub Zelenka2018-05-111-8/+10
* | | Fix openssl_pkey_derive arginfoJakub Zelenka2018-05-091-1/+1
* | | Add openssl_pkey_deriveJim Zubov2018-05-094-1/+126
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-04-151-5/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-04-151-5/+8
| |\ \ | | |/
| | * Make openssl_error_string test work in OpenSSL 1.1.1Jakub Zelenka2018-04-151-5/+8
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-231-3/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-3/+5
| |\ \ | | |/
| | * Fix some arginfosGabriel Caruso2018-02-231-3/+5
* | | Use int instead of long in protosGabriel Caruso2018-02-231-7/+7
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2025-25/+25
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-201-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-201-3/+2
| |\ \ | | |/
| | * Fix openssl_* arginfosGabriel Caruso2018-02-201-3/+2
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
* | | Fix some misspellingsGabriel Caruso2018-02-062-2/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-042-4/+4