#
c04f7526 |
| 15-Apr-2010 |
Andrey Hristov |
Fix for bug#49234 method not found ssl_set Patch was tested and compiles on Windows. (Thanks Kalle)
|
#
7ef4cdf4 |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
eb1dc0ba |
| 27-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
7c0803a8 |
| 30-Nov-2009 |
Arnaud Le Blanc |
merge from trunk: openssl sni support (rev 289831)
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1 |
|
#
04448f21 |
| 03-Nov-2009 |
Guenter Knauf |
added timezone define for NetWare.
|
Revision tags: php-5.3.1RC3 |
|
#
361d6789 |
| 27-Oct-2009 |
Felipe Pena |
- Fixed memory leak in openssl_pkcs12_export_to_file()
|
Revision tags: php-5.3.1RC2, oci8-1.4.0, php-5.2.11 |
|
#
62d78d7c |
| 14-Sep-2009 |
Ilia Alshanetsky |
Fixed certificate validation inside php_openssl_apply_verification_policy
|
Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
96a05328 |
| 30-Jul-2009 |
Jani Taskinen |
- Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012
|
#
f37fabb8 |
| 06-Jul-2009 |
Pierre Joye |
- #48116, restore 0.x compability, thx config.cache.
|
#
c82245de |
| 06-Jul-2009 |
Pierre Joye |
- #48116, fix build against openssl 1.0
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
8e0a3c21 |
| 20-Apr-2009 |
Mikko Koppanen |
MFH: Closes #47991 SSL streams fail if error stack contains items
|
#
04566e10 |
| 29-Mar-2009 |
Scott MacVicar |
MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.
|
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
d543e3d9 |
| 18-Nov-2008 |
Pierre Joye |
- #41033, enable signing with DSA keys
|
#
1858b254 |
| 17-Nov-2008 |
Scott MacVicar |
MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides. - OpenBSD uses arc4random() - Windows uses the Windows Crypto API
MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides. - OpenBSD uses arc4random() - Windows uses the Windows Crypto API - FreeBSD, Linux, etc use /dev/random or /dev/urandom if available [DOC]
show more ...
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change
|
#
8bd29438 |
| 26-Oct-2008 |
Ilia Alshanetsky |
Fixed compiler warning
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: php-5.2.7RC2 |
|
#
1d5ba8bb |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars
|
#
7b57c9e6 |
| 14-Oct-2008 |
Ilia Alshanetsky |
Fixed bug #46271 (local_cert option is not resolved to full path)
|
Revision tags: php-5.2.7RC1 |
|
#
2e4989cc |
| 30-Sep-2008 |
Rob Richards |
MFH: initialize keyresource
|
#
ba2f5078 |
| 18-Sep-2008 |
Scott MacVicar |
MFH: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version.
|
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
8127bc0d |
| 30-Jul-2008 |
Antony Dovgal |
fix folding
|