summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-161-4/+6
|\ | | | | | | | | * PHP-5.6: improve test
| * improve testAnatol Belski2016-02-161-4/+6
| |
* | Format string fixesNikita Popov2016-02-141-2/+2
| | | | | | | | | | Conflicts: ext/pgsql/pgsql.c
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-02-047-80/+80
|\ \ | |/
| * Split and clean up OpenSSL X509 testsJakub Zelenka2016-02-047-79/+80
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-02-0332-89/+85
|\ \ | |/
| * Rename and clean up OpenSSL testsJakub Zelenka2016-02-0332-89/+85
| |
* | fix directory separator in testAnatol Belski2016-02-021-2/+2
| |
* | Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-012-1/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0.3: (35 commits) fix tests update NEWS fix tests fix NEWS Update NEWS update NEWS Fixed bug #71475: openssl_seal() uninitialized memory usage Fixed bug #71488: Stack overflow when decompressing tar archives fix tests fix wrong gc sequence revert the API string as well update NEWS Revert "Fix #70720" sync NEWS reset ext/session to the state of 7.0.2 update NEWS update NEWS add missing headers for SIZE_MAX backport the escapeshell* functions hardening branch add tests ... Conflicts: configure.in ext/session/tests/bug69111.phpt main/php_version.h
| * | Fixed bug #71475: openssl_seal() uninitialized memory usageStanislav Malyshev2016-01-312-1/+18
| | |
* | | Rename private.key to private_rsa_1024.key in new openssl_seal testJakub Zelenka2016-01-311-1/+1
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-01-3122-272/+339
|\ \ \ | | |/ | |/|
| * | Rewrite OpenSSL SPKI tests to speed them upJakub Zelenka2016-01-317-259/+248
| | | | | | | | | | | | Also fix some CS issue and naming
| * | Add private RSA keys with 2048 and 4096 bit long modulusJakub Zelenka2016-01-312-0/+78
| | |
| * | Rename private.key to private_rsa_1024.keyJakub Zelenka2016-01-3113-13/+13
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-01-251-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Fix memory leak with not freeing OpenSSL errorsJakub Zelenka2016-01-251-0/+4
| |
* | Fix small CS label issue in openssl.cJakub Zelenka2016-01-041-1/+1
| |
* | Replaced whitespaces with tabs and fixed aligmentsDominic Luechinger2016-01-041-77/+77
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-013-3/+3
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-11-091-184/+0
|\ \ | |/
| * Remove SNI test that trigger request to sni.velox.chJakub Zelenka2015-11-091-184/+0
| | | | | | | | | | | | | | | | | | | | | | This has been requested by Kaspar Brand who provides sni.velox.ch. That site is only for interactive testing and not for unit/integration/regression testing. Although this test is run only in special cases (when SNI_TESTS is defined) it should still be removed. Also this test is not reliable as it depends on external resources.
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-10-292-0/+32
|\ \ | |/
| * Use standard title for new openssl testsJakub Zelenka2015-10-292-4/+4
| |
| * new tests to openssl module, don't covered yet.root2015-10-292-0/+32
| |
| * Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64Anatol Belski2015-10-261-1/+1
| |
| * add testAnatol Belski2015-09-231-0/+24
| |
| * expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
| |
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-2/+3
| |
* | Check EVP_SealFinal return codeJakub Zelenka2015-10-251-3/+2
| | | | | | | | This can be done since we no longer support OpenSSL 0.9.6
* | Update openssl_x509_checkpurpose.phptmarcosptf2015-09-291-2/+1
| |
* | add test to openssl extroot2015-09-291-0/+150
| |
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵Dmitry Stogov2015-09-241-11/+11
| | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
* | use bundled openssl.cnfAnatol Belski2015-09-232-4/+8
| |
* | add testAnatol Belski2015-09-231-0/+24
| |
* | expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
| |
* | Require at least OpenSSL version 0.9.8Jakub Zelenka2015-09-202-4/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-09-201-147/+147
|\ \ | |/
| * Use tabs for arg info indent in openssl.cJakub Zelenka2015-09-201-147/+147
| |
* | Fix request #70438: Add IV parameter for openssl_seal and openssl_openJakub Zelenka2015-09-063-31/+75
| |
* | Merge branch 'PHP-5.6'Jakub Zelenka2015-09-062-0/+29
|\ \ | |/
| * Fix bug #60632: openssl_seal fails with AESJakub Zelenka2015-09-062-0/+29
| |
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-052-1/+21
|\ \ | |/ | | | | | | * PHP-5.6: Fix #70395: Missing ARG_INFO for openssl_seal()
| * Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-052-1/+21
| | | | | | | | This patch adds the missing ARG_INFO for the optional 5th parameter $method.
* | Merge branch 'PHP-5.6'Jakub Zelenka2015-08-272-8/+34
|\ \ | |/
| * Fix bug #55259 (openssl extension does not get the DH parameters from DH key ↵Jakub Zelenka2015-08-252-7/+33
| | | | | | | | resource)
| * fix testAnatol Belski2015-08-231-2/+2
| | | | | | | | backport from master
* | Use new range checks in openssl extJakub Zelenka2015-08-261-25/+34
| |
* | Add overflow check for openssl_pkcs12_readJakub Zelenka2015-08-201-0/+2
| |