summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Remi Collet2021-02-251-1/+2
|\
| * skip test with openssl < 1.1.0Remi Collet2021-02-251-1/+2
* | Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-162-27/+29
|\ \ | |/
| * Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-0/+21
|\ \ | |/
| * Fixed bug #80747Nikita Popov2021-02-152-0/+21
* | Try to fix intermittent failures of stream_server_reneg_limit.phpt on macosNikita Popov2021-01-041-0/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-301-2/+3
|\ \ | |/
| * Next attempt to fix bug #80368Nikita Popov2020-11-301-2/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Jakub Zelenka2020-11-271-1/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2020-11-271-1/+2
| |\
| | * Fix test for bug62890 to not depend on system cert storeJakub Zelenka2020-11-271-1/+2
| | * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-1/+2
|\ \ \ | |/ /
| * | Fixed bug #80368Nikita Popov2020-11-271-1/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-201-11/+9
|\ \ \ | |/ /
| * | Fix CCM tag length setting for old OpenSSL versionsNikita Popov2020-10-201-11/+9
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-194-7/+199
|\ \ \ | |/ /
| * | Fix bug #79983: Add support for OCB modeNikita Popov2020-10-194-7/+199
* | | Fix nullability of openssl_cms_sign() parameterNikita Popov2020-10-141-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-144-13/+7
|\ \ \ | |/ /
| * | Allow passing $tag for non-authenticated encryptionNikita Popov2020-10-144-13/+7
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-122-14/+2
|\ \ \ | |/ /
| * | Revert "Add missing X509 purpose constants"Nikita Popov2020-10-122-14/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-122-2/+14
|\ \ \ | |/ /
| * | Add missing X509 purpose constantsVincent JARDIN2020-10-122-2/+14
* | | Add test instantiating all objectsNikita Popov2020-10-011-4/+1
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-09-284-22/+57
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-09-284-22/+57
| |\ \
| | * \ Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-09-284-22/+57
| | |\ \ | | | |/ | | |/|
| | | * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-264-22/+57
* | | | Improve parameter names in ext/hash and ext/opensslMáté Kocsis2020-09-242-26/+26
* | | | Run tidyNikita Popov2020-09-186-9/+9
* | | | missing fix for test for new param. nameRemi Collet2020-09-161-1/+1
* | | | Adjust ext/openssl parameter namesMáté Kocsis2020-09-153-44/+54
* | | | Fix broken testMatteo Beccati2020-09-131-1/+1
* | | | Improve parameter handling in ext/opensslMáté Kocsis2020-09-1216-308/+301
* | | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-18/+18
* | | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* | | | Require $method parameter in openssl_seal/openssl_openNikita Popov2020-09-088-72/+36
* | | | Promote various OpenSSL warnings into ErrorsGeorge Peter Banyard2020-08-1610-142/+169
* | | | Fix types in openssl stubNikita Popov2020-08-142-8/+14
* | | | Remove some unnnecessary null checks in opensslNikita Popov2020-08-101-69/+22
* | | | Improve X509_PKEY management in OpenSSLNikita Popov2020-08-101-129/+83
* | | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | | | Add a few missing types to stubsMáté Kocsis2020-08-012-4/+9
* | | | Convert resources to objects in ext/opensslMáté Kocsis2020-08-0135-769/+1071
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-07-222-4/+49
|\ \ \ \ | |/ / /
| * | | Fixed bug #79881Nikita Popov2020-07-222-4/+49