summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* make sure the stream context is present before looking for any optionsAntony Dovgal2010-12-041-1/+1
* Implemented FR #53447 (Cannot disable SessionTicket extension for servers thatAdam Harvey2010-12-031-0/+12
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* - Fixed bug #53136 (Invalid read on openssl_csr_new())Felipe Pena2010-11-121-1/+2
* Fix vim marker folds.Adam Harvey2010-10-131-1/+1
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi...Ilia Alshanetsky2010-10-071-3/+4
* - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u...Felipe Pena2010-09-291-1/+0
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-11/+11
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+3
* - #48632, ssl AES supportPierre Joye2010-06-211-3/+53
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
* fix ZTS buildAntony Dovgal2010-05-201-4/+4
* Add parameter to openssl_(en|de)cryptSara Golemon2010-05-193-26/+112
* Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ...Ilia Alshanetsky2010-05-111-12/+8
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-282-0/+296
* Removed safe_modeKalle Sommer Nielsen2010-04-261-20/+17
* 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
* fix typoAntony Dovgal2010-04-221-1/+1
* 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
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-212-296/+0
* 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
* 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-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