summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupDmitry Stogov2014-08-131-124/+102
* Merge branch 'master' into phpngDmitry Stogov2014-08-041-52/+7
|\
| * Merge branch 'PHP-5.6'Tjerk Meesters2014-07-311-56/+1
| |\
| | * Moved streams related functions to xp_ssl.cTjerk Meesters2014-07-311-56/+1
| * | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-281-5/+6
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-281-5/+6
| | |\
| | | * 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
* | | | | Fixed potential memory leaksDmitry Stogov2014-07-221-1/+2
* | | | | ZVAL_STRINGL takes only three variablesLior Kaplan2014-07-221-1/+1
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-5/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-06-081-5/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-081-5/+17
| | |\ \ \ | | | |/ /
| | | * | 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
| | * | | Fix #66942: openssl_seal() memory leakChuan Ma2014-04-141-12/+12
* | | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-29/+16
* | | | | Added support for ext/opensslDmitry Stogov2014-05-071-476/+447
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-337/+88
|\ \ \ \ \ | |/ / / /
| * | | | Fix #66942: openssl_seal() memory leakChuan Ma2014-04-141-12/+12
| * | | | Merge branch 'PHP-5.6'Remi Collet2014-03-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-03-141-1/+1
| | |\ \ \ | | | |/ /
| | | * | 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.6'Lior Kaplan2014-03-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-03-131-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.6'Daniel Lowrey2014-03-051-693/+8
| |\ \ \ \ | | |/ / /
| | * | | Refactor + reorganize openssl filesDaniel Lowrey2014-03-051-691/+8
| * | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-03-021-8/+17
| |\ \ \ \ | | |/ / /
| | * | | Windows cert verify improvements + leak fixesChris Wright2014-03-021-8/+17
| * | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-02-261-14/+22
| |\ \ \ \ | | |/ / /
| | * | | Deprecate CN_match in favor of peer_name in SSL contextsDaniel Lowrey2014-02-261-14/+22
| * | | | Merge branch 'PHP-5.6'Anatol Belski2014-02-261-1/+0
| |\ \ \ \ | | |/ / /
| | * | | kick redundant includeAnatol Belski2014-02-261-1/+0
| * | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-02-251-43/+246
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'windowsPeerVerification' of https://github.com/DaveRandom/php-s...Daniel Lowrey2014-02-251-29/+223
| | |\ \ \
| | | * | | Add peer certificate verification on windowsChris Wright2014-02-251-29/+224
| | * | | | Tolerate non-standard newlines when parsing stream CA filesDaniel Lowrey2014-02-251-12/+21
| | * | | | Change openssl directives to PHP_INI_PERDIRDaniel Lowrey2014-02-251-2/+2
| | |/ / /
| * | | | Merge branch 'PHP-5.6'Anatol Belski2014-02-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fix linkageAnatol Belski2014-02-211-1/+1
| * | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-02-211-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Mitigate client-initiated SSL renegotiation DoSDaniel Lowrey2014-02-211-0/+6
| * | | | Merge branch 'PHP-5.6'Daniel Lowrey2014-02-201-1/+43
| |\ \ \ \ | | |/ / /
| | * | | Use crypto method flags; add tlsv1.0 wrapper; add wrapper testsDaniel Lowrey2014-02-201-0/+2
| | * | | Add openssl_get_cert_locations() functionDaniel Lowrey2014-02-201-0/+25