summaryrefslogtreecommitdiff
path: root/ext/openssl/tests
Commit message (Expand)AuthorAgeFilesLines
* openssl: add basic openssl_get_cert_locations testJelle van der Waa2017-08-191-0/+28
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-241-0/+83
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-241-0/+83
| |\
| | * Add test for bug #74903Anatol Belski2017-07-241-0/+83
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-241-0/+60
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-241-0/+60
| |\ \ | | |/
| | * openssl: Add openssl_pkcs12_export_to_file testsJelle van der Waa2017-07-241-0/+60
* | | Add support for OpenSSL security levelJakub Zelenka2017-07-171-0/+48
* | | Allow setting SNI cert and pk in separate filesJakub Zelenka2017-07-167-0/+316
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-042-0/+44
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-042-0/+44
| |\ \ | | |/
| | * Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-042-0/+44
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-06-254-0/+50
|\ \ \ | |/ /
| * | Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key paddingJakub Zelenka2017-06-254-0/+50
* | | Relax test condition, as OpenSSL 1.1.x out differs in EOL onlyAnatol Belski2017-06-241-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-06-241-0/+96
|\ \ \ | |/ /
| * | Fix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in contentAnatol Belski2017-06-241-0/+96
* | | Add openssl_pkcs7_read and output P7B in openssl_pkcs7_verifyJelle van der Waa2017-06-223-0/+120
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-06-184-0/+203
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-184-0/+203
| |\ \ | | |/
| | * openssl: Add openssl_pkcs12_(read, export) testsJelle van der Waa2017-06-184-0/+203
* | | Use any TLS crypto method by default, don't use SSLNiklas Keller2017-06-101-0/+59
* | | Merge branch 'PHP-7.1'Anatol Belski2017-06-092-0/+181
|\ \ \ | |/ /
| * | Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used inAnatol Belski2017-06-092-0/+181
* | | openssl: Add basic openssl_pkcs7_verify testsJelle van der Waa2017-06-012-0/+116
* | | Merge branch 'PHP-7.1'Anatol Belski2017-05-181-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-181-0/+24
| |\ \ | | |/
| | * follow up fix on bug #74022Anatol Belski2017-05-181-0/+24
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-304-4/+4
|\ \ \ | |/ /
| * | Fix bug #73808 (iv length warning too restrictive for aes-128-ccm)Jakub Zelenka2017-04-304-4/+4
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-274-3/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-274-3/+10
| |\ \ | | |/
| | * Prefer using DIRECTORY_SEPARATOR in OpenSSL config pathJakub Zelenka2017-04-273-3/+3
| | * Add oid_section to the testing openssl.cnfJakub Zelenka2017-04-271-0/+7
* | | Merge branch 'PHP-7.1'Remi Collet2017-04-261-2/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-04-261-2/+3
| |\ \ | | |/
| | * rely on bundle config, instead of system oneRemi Collet2017-04-261-2/+3
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-04-261-0/+1
| |\ \ | | |/
| | * skip the test on OpenSSL < 1.1 for nowAnatol Belski2017-04-261-0/+1
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-241-0/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-241-0/+30
| |\ \ | | |/
| | * Fix bug #73833 (null character not allowed in openssl_pkey_get_private)Jakub Zelenka2017-04-241-0/+30
* | | Merge branch 'PHP-7.1'Jakub Zelenka2017-04-232-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-232-0/+20
| |\ \ | | |/
| | * Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key)Jakub Zelenka2017-04-232-0/+20
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-0/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-0/+30
| |\ \ | | |/
| | * Fixed bug #74402 (segfault on random_bytes, bin2hex, openssl_seal)Xinchen Hui2017-04-101-0/+30
| | * Add OpenSSL 1.1.0 support to PHP 7.0Jakub Zelenka2017-04-075-11/+14
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-041-8/+0
|\ \ \ | |/ /