summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80747Nikita Popov2021-02-151-0/+2
* Next attempt to fix bug #80368Nikita Popov2020-11-301-2/+3
* Fixed bug #80368Nikita Popov2020-11-271-1/+2
* Fix CCM tag length setting for old OpenSSL versionsNikita Popov2020-10-201-11/+9
* Fix bug #79983: Add support for OCB modeNikita Popov2020-10-191-6/+27
* Allow passing $tag for non-authenticated encryptionNikita Popov2020-10-141-2/+0
* Revert "Add missing X509 purpose constants"Nikita Popov2020-10-121-2/+2
* Add missing X509 purpose constantsVincent JARDIN2020-10-121-2/+2
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-09-281-5/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-09-281-5/+5
| |\
| | * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-261-5/+5
* | | Fixed bug #79881Nikita Popov2020-07-221-4/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-211-2/+0
|\ \ \ | |/ /
| * | Fix #79145: openssl memory leakChristoph M. Becker2020-01-211-2/+0
* | | Fixed bug #78391Nikita Popov2019-08-091-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-211-13/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-211-13/+33
| |\ \ | | |/
| | * Fix PKCS12 leak in opensslNikita Popov2019-06-211-2/+3
| | * Fix d leak in ecc openssl_pkey_newNikita Popov2019-06-211-1/+6
| | * Fix netscape spki leak in opensslNikita Popov2019-06-211-0/+3
| | * Fix X509 leak in openssl_pkcs7_verify()Nikita Popov2019-06-211-1/+1
| | * Fix CSR leaks in opensslNikita Popov2019-06-211-9/+20
* | | 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