summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)Ilia Alshanetsky2010-01-271-1/+7
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* added timezone define for NetWare.Guenter Knauf2009-11-031-0/+4
* - Fixed memory leak in openssl_pkcs12_export_to_file()Felipe Pena2009-10-271-2/+3
* Added client-side Server Name Indication (SNI) support in OpenSSL extension.Arnaud Le Blanc2009-10-211-0/+5
* 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, fix build with openssl 1.0Pierre Joye2009-07-061-6/+13
* Closes #47991 SSL streams fail if error stack contains itemsMikko Koppanen2009-04-201-0/+1
* Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes an...Scott MacVicar2009-03-291-2/+4
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFB: #41033, enable signing with DSA keysPierre Joye2008-11-181-1/+5
* Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wr...Scott MacVicar2008-11-171-0/+53
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-42/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+42
* MFB: Fixed compiler warningIlia Alshanetsky2008-10-261-2/+2
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-42/+0
* initialize optional varsArnaud Le Blanc2008-10-211-7/+7
* MFB: Fixed bug #46271 (local_cert option is not resolved to full path)Ilia Alshanetsky2008-10-141-19/+22
* initialize keyresourceRob Richards2008-09-301-1/+1
* Show the library version currently loaded as well as the version the extensio...Scott MacVicar2008-09-181-1/+2
* fix typoAntony Dovgal2008-08-051-1/+1
* fix foldingAntony Dovgal2008-07-301-18/+6
* Add unicode suport to ext/opensslHenrique do Nascimento Angelo2008-07-181-177/+404
* 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
* MFB: fix arginfoHannes Magnusson2008-06-011-4/+4
* MFB: Add arginfo & fix protosHannes Magnusson2008-06-011-57/+347
* Fix protosEtienne Kneuss2008-05-041-1/+1
* initialize variableAntony Dovgal2008-04-021-1/+1
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* fix memleak in sign and verify functionsRob Richards2008-01-151-0/+2
* fix crash when using default algorithmRob Richards2008-01-091-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Revert ws-breaking patchDmitry Stogov2007-09-271-3693/+3693
* Fixed generation on DH publick key for given private keyDmitry Stogov2007-08-101-3693/+3693
* - MFB: fix regressio introduced by #42222Pierre Joye2007-08-081-2/+2
* - MFB: #42222, forgot this one (thanks mattias)Pierre Joye2007-08-061-2/+3
* - MFB: #42222, truncate the _default to the buffer size (was 200 since day #1...Pierre Joye2007-08-061-1/+3
* Improved ext/opensslDmitry Stogov2007-08-061-44/+531
* Unicode supportDmitry Stogov2007-07-111-42/+98
* Fixed memory leakDmitry Stogov2007-07-111-0/+1
* Fixed crash on non-string passphrase and unicode supportDmitry Stogov2007-07-111-1/+2
* Fixed bug #41353Dmitry Stogov2007-07-101-1/+1
* - MFB: Fixed a memory leak inside load_all_certs_file()Pierre Joye2007-06-201-0/+3
* MFBIlia Alshanetsky2007-05-281-6/+6