summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2019-06-141-10/+16
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-10/+10
* Allow exceptions in __toString()Nikita Popov2019-06-051-29/+53
* Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-06-021-1/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-06-021-1/+4
| |\
| | * Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)Jakub Zelenka2019-06-021-1/+4
* | | Remove confusing spkstr checksNikita Popov2019-05-311-18/+3
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-0/+6
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-17/+17
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-5/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-02-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-02-281-1/+1
| |\ \ | | |/
| | * Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-02-281-1/+1
* | | Fix incorrect outbuf freeingNikita Popov2019-02-081-8/+0
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Refactor subset of openssl module.David Carlier2019-01-141-83/+142
* | | Implement typed propertiesNikita Popov2019-01-111-59/+54
* | | Improve openssl_random_pseudo_bytes()Sammy Kaye Powers2019-01-111-3/+7
* | | Add openssl_x509_verify() functionBen Scholzen (DASPRiD)2018-11-141-0/+46
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | 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
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-24/+24
* | Merge branch 'PHP-7.2'Jakub Zelenka2018-05-221-8/+8
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-221-8/+8
| |\
| | * Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)Jakub Zelenka2018-05-221-8/+8
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-05-181-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-181-3/+3
| |\ \ | | |/
| | * 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-091-0/+52
* | | 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
* | | 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
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Use int instead of integer in protoGabriel Caruso2018-02-021-2/+1
* | | Eliminate useless separationDmitry Stogov2018-01-171-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2017-10-301-3/+6
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-10-301-3/+6
| |\
| | * Prevent leaking x509 and csr resources if it is not requestedJakub Zelenka2017-10-301-3/+6