summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix test namesAntony Dovgal2007-05-282-3/+3
* - MFH:Pierre Joye2007-05-282-1/+21
* Fixed bug #41236 (Regression in timeout handling of non-blocking SSLIlia Alshanetsky2007-05-271-6/+6
* - #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSLPierre Joye2007-05-191-0/+10
* Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input).Ilia Alshanetsky2007-05-132-6/+22
* fix win32 buildRob Richards2007-04-051-3/+2
* - MFB: import the right data 005_crt.txtPierre Joye2007-04-051-267/+21
* - MFH: add missing data for 005.phptPierre Joye2007-04-051-0/+268
* fix testAntony Dovgal2007-04-051-1/+4
* fix ZTS buildAntony Dovgal2007-04-051-3/+3
* - nuke c++ commentsPierre Joye2007-04-041-8/+7
* - implement #39867, PKCS#12 supportPierre Joye2007-04-043-29/+370
* MFH: fix leak on errorAntony Dovgal2007-04-041-0/+3
* MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout)Antony Dovgal2007-03-141-4/+10
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: fix accessing public key from x509 resourceRob Richards2007-01-203-5/+39