Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed extrenous warning inside openssl_encrypt() for cases where iv not ↵ | Ilia Alshanetsky | 2010-10-07 | 1 | -3/+4 | |
| | | | | provided, but algo does not require an iv | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -9/+9 | |
| | ||||||
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵ | Felipe Pena | 2010-06-26 | 1 | -3/+3 | |
| | | | | for function aliases) | |||||
* | - #48632, ssl AES support | Pierre Joye | 2010-06-21 | 1 | -3/+53 | |
| | ||||||
* | fix ZTS build | Antony Dovgal | 2010-05-20 | 1 | -4/+4 | |
| | ||||||
* | Add parameter to openssl_(en|de)crypt | Sara Golemon | 2010-05-19 | 1 | -22/+96 | |
| | ||||||
* | Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ↵ | Ilia Alshanetsky | 2010-05-11 | 1 | -12/+8 | |
| | | | | cleanup code | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -20/+17 | |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | |||||
* | Fix for bug #51647 Certificate file without private key (pk in another file) ↵ | Andrey Hristov | 2010-04-23 | 1 | -4/+16 | |
| | | | | doesn't work | |||||
* | fix typo | Antony Dovgal | 2010-04-22 | 1 | -1/+1 | |
| | ||||||
* | revert most of the Andrey's patch that causes segfaults | Antony Dovgal | 2010-04-22 | 1 | -5/+2 | |
| | | | | | (as agreed with Pierre) | |||||
* | initialize variable. this code still segfaults in OpenSSL, no idea why | Antony Dovgal | 2010-04-22 | 1 | -1/+1 | |
| | ||||||
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -3/+8 | |
| | | | | | Patch was tested and compiles on Windows. (Thanks Kalle) | |||||
* | Remove a couple TSRMLS_FETCH() calls around ext/main/sapi | Kalle Sommer Nielsen | 2010-04-13 | 1 | -4/+2 | |
| | ||||||
* | Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) | Ilia Alshanetsky | 2010-01-27 | 1 | -0/+6 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | merge from trunk: openssl sni support (rev 289831) | Arnaud Le Blanc | 2009-11-30 | 1 | -0/+5 | |
| | ||||||
* | added timezone define for NetWare. | Guenter Knauf | 2009-11-03 | 1 | -0/+4 | |
| | ||||||
* | - Fixed memory leak in openssl_pkcs12_export_to_file() | Felipe Pena | 2009-10-27 | 1 | -3/+3 | |
| | ||||||
* | Fixed certificate validation inside php_openssl_apply_verification_policy | Ilia Alshanetsky | 2009-09-14 | 1 | -5/+9 | |
| | ||||||
* | - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012 | Jani Taskinen | 2009-07-30 | 1 | -0/+4 | |
| | ||||||
* | - #48116, restore 0.x compability, thx config.cache. | Pierre Joye | 2009-07-06 | 1 | -1/+10 | |
| | ||||||
* | - #48116, fix build against openssl 1.0 | Pierre Joye | 2009-07-06 | 1 | -6/+5 | |
| | ||||||
* | MFH: Closes #47991 SSL streams fail if error stack contains items | Mikko Koppanen | 2009-04-20 | 1 | -0/+1 | |
| | ||||||
* | MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error ↵ | Scott MacVicar | 2009-03-29 | 1 | -2/+4 | |
| | | | | codes and avoid segfault. | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | - #41033, enable signing with DSA keys | Pierre Joye | 2008-11-18 | 1 | -1/+5 | |
| | ||||||
* | MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, ↵ | Scott MacVicar | 2008-11-17 | 1 | -0/+53 | |
| | | | | | | | | | | 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] | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -42/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+42 | |
| | ||||||
* | Fixed compiler warning | Ilia Alshanetsky | 2008-10-26 | 1 | -2/+2 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -42/+0 | |
| | ||||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -7/+7 | |
| | ||||||
* | Fixed bug #46271 (local_cert option is not resolved to full path) | Ilia Alshanetsky | 2008-10-14 | 1 | -19/+22 | |
| | ||||||
* | MFH: initialize keyresource | Rob Richards | 2008-09-30 | 1 | -1/+1 | |
| | ||||||
* | MFH: Show the library version currently loaded as well as the version the ↵ | Scott MacVicar | 2008-09-18 | 1 | -1/+2 | |
| | | | | extension was compiled with. Useful for checking PHP is using the latest version. | |||||
* | fix folding | Antony Dovgal | 2008-07-30 | 1 | -19/+8 | |
| | ||||||
* | Fix error message | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -1/+1 | |
| | ||||||
* | Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign() | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -0/+2 | |
| | ||||||
* | Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -12/+18 | |
| | ||||||
* | Fix a memory leak on openssl_decrypt() | Henrique do Nascimento Angelo | 2008-06-28 | 1 | -4/+9 | |
| | ||||||
* | fix arginfo and proto | Hannes Magnusson | 2008-06-01 | 1 | -5/+5 | |
| | ||||||
* | Add arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -57/+347 | |
| | ||||||
* | MFH: Fix protos | Etienne Kneuss | 2008-05-04 | 1 | -1/+1 | |
| | ||||||
* | MFH: initialize variable | Antony Dovgal | 2008-04-02 | 1 | -1/+1 | |
| | ||||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 | |
| | ||||||
* | MFH: fix memleak in sign and verify functions | Rob Richards | 2008-01-15 | 1 | -0/+2 | |
| | ||||||
* | MFH: fix crash when using default algorithm | Rob Richards | 2008-01-09 | 1 | -2/+2 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache) | Jani Taskinen | 2007-10-31 | 1 | -5/+13 | |
| |