summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #39394 (Missing check for older variants of openssl).Ilia Alshanetsky2007-01-073-1/+4
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* Fix win32 buildRob Richards2006-12-061-0/+4
* Fixed bug #39571 (timeout ssl:// connections).Ilia Alshanetsky2006-12-051-3/+24
* - MFH: #39217, serialNumber might be -1 when the value is too bigPierre Joye2006-11-151-1/+2
* fix compile warningAntony Dovgal2006-10-151-1/+1
* fix testHannes Magnusson2006-10-131-1/+1
* - fix possible segfault (see test 004) always exists and returns NULL onPierre Joye2006-10-091-2/+2
* Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS fromIlia Alshanetsky2006-10-051-1/+4
* fix mem leak. hash keys dont need to be strdup'edNuno Lopes2006-09-161-1/+1
* remove a leftoverAntony Dovgal2006-09-121-1/+1
* implement feature request #38731 (openssl_pkey_new does not support DSA key g...Antony Dovgal2006-09-081-1/+19
* Fixed memory leaks in openssl test #004Ilia Alshanetsky2006-09-071-13/+34
* add testAntony Dovgal2006-09-051-0/+34
* MFH: init variablesAntony Dovgal2006-09-051-1/+2
* - add OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER constantsPierre Joye2006-09-033-1/+6