Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
1899e6f9 |
| 19-Aug-2014 |
Anatol Belski |
ported ext/openssl
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29 |
|
#
a08b7b77 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup
|
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3 |
|
#
0fe07a0e |
| 27-Jul-2014 |
Stanislav Malyshev |
Fix missing type checks in various functions
|
#
8f345a71 |
| 31-Jul-2014 |
Tjerk Meesters |
Moved streams related functions to xp_ssl.c
|
#
b4a4db46 |
| 27-Jul-2014 |
Stanislav Malyshev |
Fix missing type checks in various functions
|
Revision tags: php-5.5.15, php-5.4.31 |
|
#
9583a14e |
| 22-Jul-2014 |
Dmitry Stogov |
Fixed potential memory leaks
|
#
ca273c31 |
| 22-Jul-2014 |
Lior Kaplan |
ZVAL_STRINGL takes only three variables Follow up for commit f4cfaf36
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
76a7fd89 |
| 13-May-2014 |
Paul Oehler |
Added support for parsing ssl certificates using GeneralizedTime format. fix bug #65698 fix bug #66636
|
#
c1965f58 |
| 05-Jun-2014 |
Dmitry Stogov |
Use reference counting instead of zval duplication
|
#
424aebbf |
| 06-May-2014 |
Dmitry Stogov |
Added support for ext/openssl
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11 |
|
#
8d05a777 |
| 25-Mar-2014 |
Chuan Ma |
Fix #66942: openssl_seal() memory leak Fix #66952: memory leak in openssl_open()
|
#
f413a77b |
| 25-Mar-2014 |
Chuan Ma |
Fix #66942: openssl_seal() memory leak Fix #66952: memory leak in openssl_open()
|
#
a1863128 |
| 25-Mar-2014 |
Chuan Ma |
Fix #66942: openssl_seal() memory leak Fix #66952: memory leak in openssl_open()
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
17f6391b |
| 14-Mar-2014 |
Remi Collet |
Fixed Bug #66833 Default digest algo is still MD5 Switch to SHA1, which match internal openssl hardcoded algo. In most case, won't even be noticed - priority on user input (defa
Fixed Bug #66833 Default digest algo is still MD5 Switch to SHA1, which match internal openssl hardcoded algo. In most case, won't even be noticed - priority on user input (default_md) - fallback on system config - fallback on this default value Recent system reject MD5 digest, noticed in bug36732.phpt failure. While SHA1 is better than MD5, SHA256 is recommenced, and defined as default algo in provided configuration on recent system (Fedora 21, RHEL-7, ...). But the idea is to keep in sync with openssl internal value for PHP internal value.
show more ...
|
#
737c1870 |
| 13-Mar-2014 |
Michael Meyer |
Typo fix: sicret -> secret
|
Revision tags: php-5.5.10, php-5.4.26 |
|
#
27849c99 |
| 04-Mar-2014 |
Daniel Lowrey |
Refactor + reorganize openssl files - All streams-related code now lives in xp_ssl.c. Previously stream code was split across both openssl.c and xp_ssl.c - Folded superfluous php_o
Refactor + reorganize openssl files - All streams-related code now lives in xp_ssl.c. Previously stream code was split across both openssl.c and xp_ssl.c - Folded superfluous php_openssl_structs.h into xp_ssl.c - Server-specific options now set on SSL_CTX instead of SSL - Deprecate SNI_server_name ctx option - Miscellaneous refactoring
show more ...
|
#
e8995c8c |
| 02-Mar-2014 |
Chris Wright |
Windows cert verify improvements + leak fixes - Clean up properly at all fail points in native Windows peer verification routine - Bring certificate usages and chain flags into lin
Windows cert verify improvements + leak fixes - Clean up properly at all fail points in native Windows peer verification routine - Bring certificate usages and chain flags into line with chromium implementation in windows environments
show more ...
|
Revision tags: php-5.6.0alpha3 |
|
#
d0a6f8c6 |
| 26-Feb-2014 |
Daniel Lowrey |
Deprecate CN_match in favor of peer_name in SSL contexts
|
#
82a98f6e |
| 26-Feb-2014 |
Anatol Belski |
kick redundant include this is already present from php.h
|
#
f8fe09dc |
| 25-Feb-2014 |
Daniel Lowrey |
Tolerate non-standard newlines when parsing stream CA files
|
#
47b5873c |
| 24-Feb-2014 |
Daniel Lowrey |
Change openssl directives to PHP_INI_PERDIR Because openssl.cafile and openssl.capath have implications for security these directives have been changed to PHP_INI_PERDIR (previously
Change openssl directives to PHP_INI_PERDIR Because openssl.cafile and openssl.capath have implications for security these directives have been changed to PHP_INI_PERDIR (previously PHP_INI_ALL)
show more ...
|
#
480e4f85 |
| 21-Feb-2014 |
Chris Wright |
Add peer certificate verification on windows Peer certificate verification on Windows using the native certificate store and the Windows API
|
#
5b6ef90b |
| 21-Feb-2014 |
Anatol Belski |
fix linkage "extern inline" looks like tricky case for portability, but extern is required with VS. So reduce the case to a starndard one to avoid unporbatibily.
|