Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-09-13 | 1 | -1/+12 |
|\ | |||||
| * | Backport changes for OpenSSL 1.1.1 CI integration | Anatol Belski | 2018-09-13 | 1 | -1/+12 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-09-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-09-12 | 1 | -2/+2 |
| |\ | |||||
| | * | Improve error code matching | Anatol Belski | 2018-09-12 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Jakub Zelenka | 2018-09-09 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-09-09 | 1 | -2/+6 |
| |\ \ | | |/ | |||||
| | * | Fix ssl stream reneg limit test to print only after first renegotiation | Jakub Zelenka | 2018-09-09 | 1 | -2/+6 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Jakub Zelenka | 2018-09-02 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix stream_security_level.phpt with OpenSSL 1.1.1 | Jakub Zelenka | 2018-09-02 | 1 | -1/+3 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Jakub Zelenka | 2018-08-19 | 3 | -2/+97 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-08-19 | 3 | -2/+97 |
| |\ \ | | |/ | |||||
| | * | Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create()) | Jakub Zelenka | 2018-08-19 | 3 | -2/+97 |
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -1/+1 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 6 | -12/+1 |
* | | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -19/+19 |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -3/+3 |
* | | | Add ssl/tls streams options for min and max proto version | Jakub Zelenka | 2018-07-01 | 3 | -66/+181 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-21 | 2 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Make new openssl ext tests in 7.2 consitent | Jakub Zelenka | 2018-06-21 | 2 | -0/+5 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-21 | 88 | -707/+780 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-06-21 | 88 | -708/+780 |
| |\ \ | | |/ | |||||
| | * | Use unix NL in all openssl ext tests | Jakub Zelenka | 2018-06-21 | 3 | -126/+126 |
| | * | Make code in openssl ext tests more consistent | Jakub Zelenka | 2018-06-21 | 88 | -629/+708 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 2 | -25/+25 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-05-22 | 3 | -13/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-05-22 | 3 | -13/+32 |
| |\ \ | | |/ | |||||
| | * | Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7) | Jakub Zelenka | 2018-05-22 | 3 | -13/+32 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-05-18 | 2 | -3/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-05-18 | 2 | -3/+25 |
| |\ \ | | |/ | |||||
| | * | Add test for bug #76296 | Jakub Zelenka | 2018-05-18 | 1 | -0/+22 |
| | * | Fix bug #76296 (openssl_pkey_get_public does not respect open_basedir) | Erik Lax | 2018-05-18 | 1 | -3/+3 |
* | | | Fix keylen type mismatch in openssl_pkey_derive | Jakub Zelenka | 2018-05-11 | 1 | -8/+10 |
* | | | Fix openssl_pkey_derive arginfo | Jakub Zelenka | 2018-05-09 | 1 | -1/+1 |
* | | | Add openssl_pkey_derive | Jim Zubov | 2018-05-09 | 4 | -1/+126 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-04-15 | 1 | -5/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-04-15 | 1 | -5/+8 |
| |\ \ | | |/ | |||||
| | * | Make openssl_error_string test work in OpenSSL 1.1.1 | Jakub Zelenka | 2018-04-15 | 1 | -5/+8 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-23 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -3/+5 |
| |\ \ | | |/ | |||||
| | * | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -3/+5 |
* | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -7/+7 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 25 | -25/+25 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-20 | 1 | -3/+2 |
| |\ \ | | |/ | |||||
| | * | Fix openssl_* arginfos | Gabriel Caruso | 2018-02-20 | 1 | -3/+2 |
* | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -1/+1 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 2 | -2/+2 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 2 | -4/+4 |