summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phptHenrique do Nascimento Angelo2008-07-152-12/+43
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-1/+3
* 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
* Fixed bug#44716 (Progress notifications incorrect)Hannes Magnusson2008-04-141-9/+8
* MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-041-2/+2
* 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-313-3/+3
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-5/+13
* use FREE_ZVAL() instead of free() to free a zvalNuno Lopes2007-09-291-2/+2
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Improved ext/opensslDmitry Stogov2007-09-271-44/+531
* - fix regression introduced with #42222 (thx to tony and mattias for thePierre Joye2007-08-081-2/+2
* - #42222, forgot this one (thanks mattias)Pierre Joye2007-08-061-1/+1
* - #42222, truncate the _default to the buffer size (was 200 since day #1, we ...Pierre Joye2007-08-061-1/+3
* mproced openssl_x509_parse() to return extensions in readable formDmitry Stogov2007-07-112-15/+31
* Fixed memory leakDmitry Stogov2007-07-111-0/+1
* Fixed crash on non-string passphraseDmitry Stogov2007-07-111-0/+1
* Fixed bug #41770 (SSL: fatal protocol error due to buffer issues).Ilia Alshanetsky2007-07-021-1/+1
* Fixed a memory leak inside load_all_certs_file()Ilia Alshanetsky2007-06-191-0/+3
* fix test namesAntony Dovgal2007-05-302-2/+2
* - add missing cert (thx Tony)Pierre Joye2007-05-302-0/+35