summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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 approp...Dmitry Stogov2015-09-241-11/+11
* | 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
|\ \ | |/
| * Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-052-1/+21
* | 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
| * fix testAnatol Belski2015-08-231-2/+2
* | Use new range checks in openssl extJakub Zelenka2015-08-261-25/+34
* | Add overflow check for openssl_pkcs12_readJakub Zelenka2015-08-201-0/+2
* | Add overflow checks for openssl_pkey_* functionsJakub Zelenka2015-08-191-0/+4
* | Move overflow checks in openssl_pbkdf2Jakub Zelenka2015-08-191-5/+5
* | Use macros for openssl overflow checksJakub Zelenka2015-08-181-63/+40
* | Fix possible overflow in openssl_pbkdf2Jakub Zelenka2015-08-181-0/+16
* | Check and use correct signature_len type for EVP_VerifyFinalJakub Zelenka2015-08-171-1/+5
* | Fix some int overflows in opensslJakub Zelenka2015-08-161-1/+17
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-4/+2
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-4/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-4/+2
| | |\
| | | * Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytesStanislav Malyshev2015-07-261-4/+2
| | * | Fix Bug #69402: Reading empty SSL stream hangs until timeoutDaniel Lowrey2015-04-141-4/+9
| * | | fix backport mistakeAnatol Belski2015-07-031-1/+1
| * | | backport c01943bffc8b719e552d307f522820d50f783a4c into 5.6Anatol Belski2015-07-031-3/+8
* | | | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | | | fix improper behaviorAnatol Belski2015-07-031-3/+8
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-52/+52
* | | | Merge branch 'PHP-5.6'Tjerk Meesters2015-06-264-0/+27
|\ \ \ \ | |/ / /
| * | | Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read w...Tjerk Meesters2015-06-264-1/+28
| * | | Remove SSLv3 test dependenciesRasmus Lerdorf2015-05-054-16/+3
* | | | Drop duplicate object-to-type noticesNikita Popov2015-06-221-1/+0
* | | | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-1/+1
* | | | Corrected line comment 5256Radu Brănișcan2015-05-231-1/+1
* | | | fix _timezone usage for vc14Anatol Belski2015-05-101-1/+1
* | | | Dropped CN_match and SNI_server_name context optionsNikita Popov2015-04-241-15/+2
* | | | Merge branch 'pull-request/1203'Stanislav Malyshev2015-04-181-0/+4
|\ \ \ \
| * | | | Update openssl.cEric F2015-03-301-0/+4
* | | | | Merge branch 'PHP-5.6'Remi Collet2015-04-171-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | skip test when xml not availableRemi Collet2015-04-171-0/+1