Edit report at http://bugs.php.net/bug.php?id=53136&edit=1
ID: 53136 Updated by: fel...@php.net Reported by: filowie at list dot ru Summary: Invalid read on openssl_csr_new() -Status: Open +Status: Closed Type: Bug Package: OpenSSL related Operating System: Windows XP SP2 (x86) -PHP Version: 5.2.14 +PHP Version: 5.3 -Assigned To: +Assigned To: felipe Block user comment: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Are you using 5.3.x, right? Previous Comments: ------------------------------------------------------------------------ [2010-11-13 00:34:06] fel...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=305303 Log: - Fixed bug #53136 (Invalid read on openssl_csr_new()) ------------------------------------------------------------------------ [2010-11-12 09:46:45] filowie at list dot ru . ------------------------------------------------------------------------ [2010-10-22 11:32:30] filowie at list dot ru Description: ------------ Apache version: 2.2.15 (Win32) with OpenSSL/0.9.8m Screenshot: http://cs4536.vk.com/u508862/115691740/y_1a9b38e5.jpg Test script: --------------- $ea = array(X509_PURPOSE_CRL_SIGN); // reason openssl_csr_new(array('commonName' => 'localhost'), openssl_pkey_new(), null, $ea); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53136&edit=1