summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+3
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
* fix ZTS buildAntony Dovgal2010-05-201-4/+4
* MFH: Add IV to openssl_(en|de)crypt()Sara Golemon2010-05-193-26/+112
* Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ...Ilia Alshanetsky2010-05-111-12/+8
* Fix for bug #51647 Certificate file without private key (pk in another file) ...Andrey Hristov2010-04-231-4/+16
* - Fixed compiler warningsFelipe Pena2010-04-231-0/+2
* revert most of the Andrey's patch that causes segfaults Antony Dovgal2010-04-221-5/+2
* initialize variable. this code still segfaults in OpenSSL, no idea whyAntony Dovgal2010-04-221-1/+1
* fix infinite loop in the testAntony Dovgal2010-04-201-1/+1
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-3/+8
* 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-033-3/+3
* merge from trunk: openssl sni support (rev 289831)Arnaud Le Blanc2009-11-303-0/+242
* 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 test (it failed from time to time because of very small timeouts)Dmitry Stogov2009-09-221-3/+3
* Fixed certificate validation inside php_openssl_apply_verification_policyIlia Alshanetsky2009-09-141-5/+9
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-0/+4
* Fixes a memory leak in ssl streams. The context was not properly freedMikko Koppanen2009-08-221-6/+14
* - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012Jani Taskinen2009-07-301-0/+4
* - 48182 ssl handshake fails during asynchronous socket connectionSriram Natarajan2009-07-282-1/+97
* - #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
* - MFB: better test case, it crashes on more architecturePierre Joye2009-03-301-3/+28
* MFH Add test for bug #47828Scott MacVicar2009-03-301-0/+15
* MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error code...Scott MacVicar2009-03-291-2/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* MFH Fix bug #46748, segfault when SSL has more than one error message.Scott MacVicar2008-12-081-26/+14
* - MFB: fix titlePierre Joye2008-11-181-1/+1
* - #41033, enable signing with DSA keysPierre Joye2008-11-184-1/+56
* Missed test for previous commitScott MacVicar2008-11-171-0/+22
* MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, thi...Scott MacVicar2008-11-171-0/+53
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-42/+0
* - MFB: skip if pcntl is not presentPierre Joye2008-11-161-1/+2
* - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on accept...Pierre Joye2008-11-163-0/+91
* - 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 ext...Scott MacVicar2008-09-181-1/+2
* Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).Ilia Alshanetsky2008-09-111-1/+1
* fix foldingAntony Dovgal2008-07-301-19/+8
* New testsHenrique do Nascimento Angelo2008-07-1818-0/+992
* fix testAntony Dovgal2008-07-151-1/+1
* Fix error messageHenrique do Nascimento Angelo2008-07-153-1/+34
* Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()Henrique do Nascimento Angelo2008-07-155-0/+167