Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-07-07 Thread Jani Taskinen
I guess this does not happen in PHP_5_2..? --Jani Pierre-Alain Joye wrote: pajoye Mon Jul 6 23:36:56 2009 UTC Modified files: /php-src/ext/openssl openssl.c Log: - #48116, fix build with openssl 1.0

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-07-06 Thread Pierre-Alain Joye
pajoye Mon Jul 6 23:36:56 2009 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - #48116, fix build with openssl 1.0 http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.181r2=1.182diff_format=u Index: php-src/ext/openssl/openssl.c

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-04-20 Thread Mikko Koppanen
mkoppanen Mon Apr 20 09:43:45 2009 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Closes #47991 SSL streams fail if error stack contains items http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.180r2=1.181diff_format=u

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-03-30 Thread Pierre Joye
hi Scott, How did you reproduce the crash (ssl version, and with which input or config)? Please add a test case. Also please keep an eye on the assign field of a bug report, it is here for good reasons. Cheers, On Mon, Mar 30, 2009 at 1:32 AM, Scott MacVicar scott...@php.net wrote: scottmac  

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 23:32:17 2009 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests openssl_random_pseudo_bytes.phpt

2008-11-17 Thread Scott MacVicar
scottmacMon Nov 17 21:54:20 2008 UTC Added files: /php-src/ext/openssl/tests openssl_random_pseudo_bytes.phpt Modified files: /php-src/ext/opensslopenssl.c Log: Add openssl_random_pseudo_bytes() in order to expose access

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug41033.pem bug41033.phpt bug41033pub.pem

2008-11-17 Thread Pierre-Alain Joye
pajoye Tue Nov 18 02:12:48 2008 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug41033.pem bug41033.phpt bug41033pub.pem Log: - MFB: #41033, enable signing with DSA keys

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-10-26 Thread Ilia Alshanetsky
iliaa Sun Oct 26 14:36:25 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.172r2=1.173diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-10-14 Thread Ilia Alshanetsky
iliaa Tue Oct 14 23:39:02 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Fixed bug #46271 (local_cert option is not resolved to full path) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.169r2=1.170diff_format=u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 14:40:58 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: initialize keyresource http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.168r2=1.169diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-09-18 Thread Scott MacVicar
scottmacThu Sep 18 16:02:09 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version.

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-08-05 Thread Antony Dovgal
tony2001Tue Aug 5 14:58:57 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.166r2=1.167diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-07-30 Thread Antony Dovgal
tony2001Wed Jul 30 11:58:44 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.165r2=1.166diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-07-18 Thread Henrique do Nascimento Angelo
hnangeloFri Jul 18 23:59:49 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Add unicode suport to ext/openssl http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.164r2=1.165diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 006.phpt

2008-07-14 Thread Henrique do Nascimento Angelo
hnangeloTue Jul 15 02:46:26 2008 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests 006.phpt Log: Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 023.phpt 025.phpt cert.crt private.key

2008-07-14 Thread Henrique do Nascimento Angelo
hnangeloTue Jul 15 03:04:26 2008 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests 023.phpt 025.phpt cert.crt private.key Log: Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-06-28 Thread Henrique do Nascimento Angelo
hnangeloSat Jun 28 09:24:18 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Fix a memory leak on openssl_decrypt() http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.160r2=1.161diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-06-01 Thread Hannes Magnusson
bjori Sun Jun 1 18:25:29 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.159r2=1.160diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-06-01 Thread Hannes Magnusson
bjori Sun Jun 1 18:21:05 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Add arginfo fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.158r2=1.159diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-04-02 Thread Antony Dovgal
tony2001Wed Apr 2 14:35:17 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: initialize variable http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.156r2=1.157diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-01-15 Thread Rob Richards
rrichards Tue Jan 15 15:12:12 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix memleak in sign and verify functions http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.154r2=1.155diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2008-01-09 Thread Rob Richards
rrichards Wed Jan 9 16:46:52 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix crash when using default algorithm http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.153r2=1.154diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Mattias Bengtsson
Hi! Please see attached patch. Cheers, Mattias. On Wed, Aug 08, 2007 at 02:18:42AM +0400, Antony Dovgal wrote: Two OpenSSL tests started to fail yesterday: # cat ext/openssl/tests/004.diff 009+ Warning: openssl_csr_new(): add_entry_by_txt countryNam - AU (failed) in

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Pierre-Alain Joye
pajoye Wed Aug 8 06:30:56 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: fix regressio introduced by #4 http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.148r2=1.149diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Pierre
Hi Mattias, Thanks for the patch (we came to the same conclusion yesterday :) applied On 8/8/07, Mattias Bengtsson [EMAIL PROTECTED] wrote: Hi! Please see attached patch. Cheers, Mattias. On Wed, Aug 08, 2007 at 02:18:42AM +0400, Antony Dovgal wrote: Two OpenSSL tests started to fail

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-07 Thread Antony Dovgal
Two OpenSSL tests started to fail yesterday: # cat ext/openssl/tests/004.diff 009+ Warning: openssl_csr_new(): add_entry_by_txt countryNam - AU (failed) in /local/qa/5_2/ext/openssl/tests/004.php on line 7 009- Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min - 4 (failed) in

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:13:05 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: #4, truncate the _default to the buffer size (was 200 since day #1, we don't need dynamic alloc here)

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:50:16 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: #4, forgot this one (thanks mattias) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.147r2=1.148diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 005.phpt bug28382.phpt

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 12:10:28 2007 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests 005.phpt bug28382.phpt Log: Unicode support improved openssl_x509_parse() extensions support

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-07-10 Thread Dmitry Stogov
dmitry Tue Jul 10 07:57:15 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Fixed bug #41353 http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.141r2=1.142diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-06-19 Thread Pierre-Alain Joye
pajoye Wed Jun 20 05:27:38 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: Fixed a memory leak inside load_all_certs_file() http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.140r2=1.141diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-05-28 Thread Pierre-Alain Joye
pajoye Mon May 28 13:53:54 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: enable DSA key if HAVE_DSA_DEFAULT_METHOD is set http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.138r2=1.139diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:04:28 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - #41423, PHP assumes wrongly that certain ciphers are enabled in OpenSSL

[PHP-CVS] cvs: php-src /ext/openssl openssl.c php_openssl.h /ext/openssl/tests 005.phpt

2007-04-05 Thread Antony Dovgal
tony2001Thu Apr 5 07:24:21 2007 UTC Modified files: /php-src/ext/opensslopenssl.c php_openssl.h /php-src/ext/openssl/tests 005.phpt Log: fix build test improve coding style

RE: [PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 005.phpt 005_crt.txt

2007-04-05 Thread Dmitry Stogov
1) HEAD is broken. 2) PHP_5_2 ZTS build is broken too. 3) ext/openssl/test/stests/005.phpt is broken. Dmitry. -Original Message- From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 1:39 AM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-04-05 Thread Rob Richards
rrichards Thu Apr 5 18:09:48 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.136r2=1.137diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 005.phpt bug38261.phpt

2007-01-19 Thread Rob Richards
rrichards Fri Jan 19 19:23:20 2007 UTC Added files: /php-src/ext/openssl/tests 005.phpt Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug38261.phpt Log: fix accessing public key from x509

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-10-20 Thread Antony Dovgal
tony2001Fri Oct 20 23:21:06 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix #39217 (serialNumber is might be -1 when the value is too big)

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug39217.phpt bug39217cert1.txt bug39217cert2.txt

2006-10-20 Thread Pierre-Alain Joye
pajoye Sat Oct 21 00:28:55 2006 UTC Added files: /php-src/ext/openssl/tests bug39217.phpt bug39217cert1.txt bug39217cert2.txt Modified files: /php-src/ext/opensslopenssl.c Log: - #39217, use

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-10-20 Thread Pierre-Alain Joye
pajoye Sat Oct 21 00:42:59 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - add signature_algo to the function signature http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.130r2=1.131diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-10-15 Thread Antony Dovgal
tony2001Sun Oct 15 21:10:10 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix compile warning http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.127r2=1.128diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c php_openssl.h

2006-10-09 Thread Hannes Magnusson
bjori Mon Oct 9 14:43:52 2006 UTC Modified files: /php-src/ext/opensslopenssl.c php_openssl.h Log: MFB5.2 Constants: - OPENSSL_VERSION_TEXT - OPENSSL_VERSION_NUMBER - OPENSSL_KEYTYPE_EC Functions: - openssl_pkey_get_details() -

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-10-08 Thread Pierre-Alain Joye
pajoye Mon Oct 9 00:06:40 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: fix possible segfault (see test 004) always exists and returns NULL on error (thx Bjori for the head up)

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-09-16 Thread Nuno Lopes
nlopess Sat Sep 16 12:05:42 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.123r2=1.124diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-09-12 Thread Antony Dovgal
tony2001Tue Sep 12 10:53:51 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: remove a leftover http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.122r2=1.123diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-09-08 Thread Antony Dovgal
tony2001Fri Sep 8 20:09:08 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: implement feature request #38731 (openssl_pkey_new does not support DSA key generation) patch by marci at balabit dot hu

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-09-07 Thread Ilia Alshanetsky
iliaa Thu Sep 7 14:16:53 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Fixed memory leaks in openssl test #004 http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.120r2=1.121diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-09-05 Thread Antony Dovgal
tony2001Tue Sep 5 13:59:07 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: init variables http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.119r2=1.120diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-08-31 Thread Antony Dovgal
tony2001Thu Aug 31 13:47:31 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 002.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 20:49:45 2006 UTC Added files: /php-src/ext/openssl/tests 002.phpt Modified files: /php-src/ext/opensslopenssl.c Log: fix segfault in openssl_seal(), add test

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 003.phpt

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 21:50:28 2006 UTC Added files: /php-src/ext/openssl/tests 003.phpt Modified files: /php-src/ext/opensslopenssl.c Log: fix segfault/leak, add test

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-07-30 Thread Pierre-Alain Joye
pajoye Sun Jul 30 08:28:48 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: vi happiness http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.110r2=1.111diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-07-30 Thread Pierre-Alain Joye
pajoye Sun Jul 30 09:18:23 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: silent compiler warnins (signess) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.111r2=1.112diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug38261.phpt

2006-07-30 Thread Pierre-Alain Joye
pajoye Sun Jul 30 16:27:02 2006 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug38261.phpt Log: - MFB: #38261, openssl_x509_parse leaks with invalid certs

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug28382.phpt bug28382cert.txt

2006-07-30 Thread Pierre-Alain Joye
pajoye Sun Jul 30 17:02:28 2006 UTC Added files: /php-src/ext/openssl/tests bug28382.phpt bug28382cert.txt Modified files: /php-src/ext/opensslopenssl.c Log: - #28382, add support for x509 extensions

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug36732.phpt

2006-07-30 Thread Pierre-Alain Joye
pajoye Mon Jul 31 00:36:09 2006 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug36732.phpt Log: - MFB: #36732, add req_extensions support to openssl_csr_new and _sign (ben at psc dot edu) - MFB: fix leaks in

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-07-30 Thread Ilia Alshanetsky
iliaa Mon Jul 31 03:41:42 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Fixed compiler warning. http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.115r2=1.116diff_format=u Index: php-src/ext/openssl/openssl.c diff

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug37820.phpt bug37820cert.pem bug37820key.pem

2006-07-29 Thread Pierre-Alain Joye
pajoye Sat Jul 29 21:54:45 2006 UTC Added files: /php-src/ext/openssl/tests bug37820key.pem bug37820cert.pem bug37820.phpt Modified files: /php-src/ext/opensslopenssl.c Log: - #37820, add support

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug38255.phpt

2006-07-29 Thread Pierre-Alain Joye
pajoye Sat Jul 29 22:24:48 2006 UTC Added files: /php-src/ext/openssl/tests bug38255.phpt Modified files: /php-src/ext/opensslopenssl.c Log: - MFH: #38255, fix possible leak in php_openssl_evp_from_zval

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-07-29 Thread Pierre-Alain Joye
pajoye Sat Jul 29 22:39:51 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - #38255, fails on array as well http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.108r2=1.109diff_format=u Index: php-src/ext/openssl/openssl.c

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2006-07-29 Thread Pierre-Alain Joye
pajoye Sat Jul 29 23:03:37 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - make the test more obvious and add an explanation http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.109r2=1.110diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c xp_ssl.c

2006-04-30 Thread Wez Furlong
wez Sun Apr 30 23:45:13 2006 UTC Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: merge from branch: peer certificate capture context options. http://cvs.php.net/viewcvs.cgi/php-src/ext/openssl/openssl.c?r1=1.105r2=1.106diff_format=u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2005-11-28 Thread Alan Knowles
alan_k Mon Nov 28 05:28:18 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: fix bug #35381 - ensure library is initialized before use http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.99r2=1.100ty=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2005-06-30 Thread Wez Furlong
wez Thu Jun 30 10:25:41 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Add optional parameter to openssl_pkcs7_verify() which specifies the name of a file that will be filled with the verified data, but with the signature information

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 18:04:32 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: - Never use Z_TYPE* macros on non-zvals. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.95r2=1.96ty=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2005-03-14 Thread Jani Taskinen
sniper Mon Mar 14 16:00:04 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly) http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.93r2=1.94ty=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2005-03-14 Thread Ilia Alshanetsky
iliaa Mon Mar 14 19:27:52 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Fixed possible usage of str without being initialized. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.94r2=1.95ty=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2004-10-27 Thread Wez Furlong
wez Wed Oct 27 07:07:25 2004 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Fix possible crash; patch by Kamesh Jayachandran http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.92r2=1.93ty=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2004-10-26 Thread Wez Furlong
wez Tue Oct 26 05:24:07 2004 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Fix for Bug #29418 (double free when openssl_csr_new fails). Also hook up MSHUTDOWN function which appears to have never been enabled. Patch by Kamesh

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2004-09-13 Thread Magnus Määttä
magnus Mon Sep 13 14:30:30 2004 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Add missing stream unregister for sslv2 and 3. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.90r2=1.91ty=u Index: php-src/ext/openssl/openssl.c diff

[PHP-CVS] cvs: php-src /ext/openssl openssl.c xp_ssl.c

2004-09-10 Thread Wez Furlong
wez Fri Sep 10 07:43:46 2004 EDT Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: Fix Bug #29296: add explicit sslv2 and sslv3 transports http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.89r2=1.90ty=u Index:

[PHP-CVS] cvs: php-src /ext/openssl openssl.c xp_ssl.c

2004-04-21 Thread Wez Furlong
wez Wed Apr 21 19:02:04 2004 EDT Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't enable SSL on the accepted socket. - Add cipher list context option - Add

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2003-12-21 Thread Ilia Alshanetsky
iliaa Sun Dec 21 13:17:19 2003 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Fixed uninitialized usage of mdtype when unknown signature algorithm is found. Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.85

[PHP-CVS] cvs: php-src /ext/openssl openssl.c xp_ssl.c

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:40:16 2003 EDT Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: Port liveness and SSL CA validation from 4.3 branch. Make stream_select() work on ssl-enabled sockets again. Index: php-src/ext/openssl/openssl.c diff

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2003-10-13 Thread Wez Furlong
wez Mon Oct 13 07:43:12 2003 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Fix unintialized variable. Patch by Joe Orton. Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.83

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug25614.phpt

2003-09-23 Thread Wez Furlong
wez Tue Sep 23 12:05:51 2003 EDT Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug25614.phpt Log: MFB 25614 fix Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.81

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2003-07-13 Thread Stefan Roehrich
sr Sun Jul 13 05:54:40 2003 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Allow setting of the serial number. Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.77 php-src/ext/openssl/openssl.c:1.78 ---