summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Format string fixesNikita Popov2016-02-141-2/+2
* Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-011-1/+2
|\
| * Fixed bug #71475: openssl_seal() uninitialized memory usageStanislav Malyshev2016-01-311-1/+2
* | 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-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
* | Check EVP_SealFinal return codeJakub Zelenka2015-10-251-3/+2
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-11/+11
* | expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
* | Require at least OpenSSL version 0.9.8Jakub Zelenka2015-09-201-1/+1
* | 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-061-30/+45
* | Merge branch 'PHP-5.6'Jakub Zelenka2015-09-061-0/+4
|\ \ | |/
| * Fix bug #60632: openssl_seal fails with AESJakub Zelenka2015-09-061-0/+4
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-1/+2
|\ \ | |/
| * Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-051-1/+2
* | Merge branch 'PHP-5.6'Jakub Zelenka2015-08-271-8/+5
|\ \ | |/
| * Fix bug #55259 (openssl extension does not get the DH parameters from DH key ...Jakub Zelenka2015-08-251-7/+4
* | 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 backport mistakeAnatol Belski2015-07-031-1/+1
| * | | backport c01943bffc8b719e552d307f522820d50f783a4c into 5.6Anatol Belski2015-07-031-3/+8
* | | | 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-301-48/+48
* | | | Merge branch 'PHP-5.6'Tjerk Meesters2015-06-261-0/+8
|\ \ \ \ | |/ / /
| * | | Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read w...Tjerk Meesters2015-06-261-1/+9
| * | | Merge branch 'PHP-5.5' into PHP-5.6Leigh2015-03-271-0/+2
| |\ \ \ | | |/ /
| | * | Add RAND_egd check for compiling against LibreSSLLeigh2015-03-271-0/+2
* | | | 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
* | | | Update openssl.cEric F2015-03-301-0/+4
* | | | Add RAND_egd check for compiling against LibreSSLLeigh2015-03-271-0/+2
* | | | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1