summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add RAND_egd check for compiling against LibreSSLLeigh2015-03-271-0/+2
* | Fix ZTS buildDaniel Lowrey2015-03-051-1/+1
* | Fix bug #67403 (Add signatureType to openssl_x509_parse)Daniel Lowrey2015-03-051-6/+7
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2015-01-141-2/+2
|\ \ | |/
| * Fixed bug #55618 (use case-insensitive cert name matching)Daniel Lowrey2015-01-141-2/+2
* | fix permsRemi Collet2014-12-161-0/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-281-6/+7
|\ \ | |/
| * Fix missing type checks in various functionsStanislav Malyshev2014-07-271-6/+7
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-081-5/+17
|\ \ | |/
| * Added support for parsing ssl certificates using GeneralizedTime format.Paul Oehler2014-06-081-5/+17
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-141-12/+12
|\ \ | |/
| * Fix #66942: openssl_seal() memory leakChuan Ma2014-04-141-12/+12
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-03-141-1/+1
|\ \ | |/
| * Fixed Bug #66833 Default digest algo is still MD5Remi Collet2014-03-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-03-131-1/+1
|\ \ | |/
| * Typo fix: sicret -> secretMichael Meyer2014-03-131-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-02-191-4/+8
|\ \ | |/
| * Skip failing tests when EC unavailable (RHEL)Daniel Lowrey2014-02-191-4/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-02-171-1/+1
|\ \ | |/
| * Fixed broken build when EC unavailableDaniel Lowrey2014-02-171-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-02-141-0/+9
|\ \ | |/
| * Fix for bug66501 - "key type not supported in this PHP build"mk-j2014-02-141-0/+9
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-12-101-4/+14
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-12-101-4/+14
| |\
| | * Fix CVE-2013-6420 - memory corruption in openssl_x509_parseStanislav Malyshev2013-12-101-4/+14
* | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-091-12/+14
|\ \ \ | |/ /
| * | C89 compatibilityMichael Wallner2013-10-091-12/+14
* | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-091-5/+6
|\ \ \ | |/ /
| * | Fixed segfault when built with OpenSSL >= 1.0.1Daniel Lowrey2013-10-091-5/+6
* | | Remove compile warning:Christopher Jones2013-08-191-1/+1
* | | Remove compile warnings:Christopher Jones2013-08-191-2/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-191-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-08-191-0/+1
| |\ \ | | |/
| | * fix using wrong buffer pointerStanislav Malyshev2013-08-191-0/+1
| | * Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-131-2/+84
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | * Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 onlyAnatoliy Belsky2012-04-241-1/+1
| | * Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).Scott MacVicar2012-02-231-0/+4
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fix segfault in older versions of OpenSSL (before 0.9.8i)Scott MacVicar2011-12-181-1/+3
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-2/+10
| | * - did I not kill that already? (do not use rand_screen, pointless on server a...Pierre Joye2011-06-161-4/+0
| | * MFH: The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-251-2/+2
| | * SSLV2 patch cleanupRasmus Lerdorf2011-04-241-0/+4