summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not ↵Ilia Alshanetsky2010-10-071-3/+4
| | | | provided, but algo does not require an iv
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-9/+9
|
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-3/+3
| | | | for function aliases)
* - #48632, ssl AES supportPierre Joye2010-06-211-3/+53
|
* fix ZTS buildAntony Dovgal2010-05-201-4/+4
|
* Add parameter to openssl_(en|de)cryptSara Golemon2010-05-191-22/+96
|
* Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ↵Ilia Alshanetsky2010-05-111-12/+8
| | | | cleanup code
* Removed safe_modeKalle Sommer Nielsen2010-04-261-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 Hristov2010-04-231-4/+16
| | | | doesn't work
* fix typoAntony Dovgal2010-04-221-1/+1
|
* revert most of the Andrey's patch that causes segfaults Antony Dovgal2010-04-221-5/+2
| | | | | (as agreed with Pierre)
* initialize variable. this code still segfaults in OpenSSL, no idea whyAntony Dovgal2010-04-221-1/+1
|
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-3/+8
| | | | | Patch was tested and compiles on Windows. (Thanks Kalle)
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-4/+2
|
* Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)Ilia Alshanetsky2010-01-271-0/+6
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* merge from trunk: openssl sni support (rev 289831)Arnaud Le Blanc2009-11-301-0/+5
|
* added timezone define for NetWare.Guenter Knauf2009-11-031-0/+4
|
* - Fixed memory leak in openssl_pkcs12_export_to_file()Felipe Pena2009-10-271-3/+3
|
* Fixed certificate validation inside php_openssl_apply_verification_policyIlia Alshanetsky2009-09-141-5/+9
|
* - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012Jani Taskinen2009-07-301-0/+4
|
* - #48116, restore 0.x compability, thx config.cache.Pierre Joye2009-07-061-1/+10
|
* - #48116, fix build against openssl 1.0Pierre Joye2009-07-061-6/+5
|
* MFH: Closes #47991 SSL streams fail if error stack contains itemsMikko Koppanen2009-04-201-0/+1
|
* MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error ↵Scott MacVicar2009-03-291-2/+4
| | | | codes and avoid segfault.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - #41033, enable signing with DSA keysPierre Joye2008-11-181-1/+5
|
* MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, ↵Scott MacVicar2008-11-171-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 macroFelipe Pena2008-11-171-42/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+42
|
* Fixed compiler warningIlia Alshanetsky2008-10-261-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-42/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-7/+7
|
* Fixed bug #46271 (local_cert option is not resolved to full path)Ilia Alshanetsky2008-10-141-19/+22
|
* MFH: initialize keyresourceRob Richards2008-09-301-1/+1
|
* MFH: Show the library version currently loaded as well as the version the ↵Scott MacVicar2008-09-181-1/+2
| | | | extension was compiled with. Useful for checking PHP is using the latest version.
* fix foldingAntony Dovgal2008-07-301-19/+8
|
* Fix error messageHenrique do Nascimento Angelo2008-07-151-1/+1
|
* Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()Henrique do Nascimento Angelo2008-07-151-0/+2
|
* Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phptHenrique do Nascimento Angelo2008-07-151-12/+18
|
* Fix a memory leak on openssl_decrypt()Henrique do Nascimento Angelo2008-06-281-4/+9
|
* fix arginfo and protoHannes Magnusson2008-06-011-5/+5
|
* Add arginfo & fix protosHannes Magnusson2008-06-011-57/+347
|
* MFH: Fix protosEtienne Kneuss2008-05-041-1/+1
|
* MFH: initialize variableAntony Dovgal2008-04-021-1/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* MFH: fix memleak in sign and verify functionsRob Richards2008-01-151-0/+2
|
* MFH: fix crash when using default algorithmRob Richards2008-01-091-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-5/+13
|