Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83592 invoked from network); 19 Sep 2013 22:10:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2013 22:10:13 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.50 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 74.125.83.50 mail-ee0-f50.google.com Received: from [74.125.83.50] ([74.125.83.50:57915] helo=mail-ee0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/52-03567-4467B325 for ; Thu, 19 Sep 2013 18:10:13 -0400 Received: by mail-ee0-f50.google.com with SMTP id d51so4430774eek.23 for ; Thu, 19 Sep 2013 15:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xSK+dXgkRAsLICgpxNILGfkNjh9XUE4HNCpbFoMhkJ4=; b=zoeXk5/3bl8cXR7PaaXvl9dBUjNaZh14MU2nJNVDWP/M0Fp/67DkH6+RQCBFDxSR1t xOBB/XHXtYJr2DeYcbzlkuzqy/5B1DYVIKZ0sSfQd49n6wfVMZak/I4t3fm+iwZG//1v cOHlnrssXFfrnZ9vVpAdAnSOSCqQgPjeemTuIDvdGezwbrzQHJA5MDWXK2DKJMp084Qo jW+KRKVV1miO7+awQYBOstEPilfeJYtWPg6I2ap8Kz8G5m2A0eUIDsOWBvm9W4MKjtep djsDJAjg7Te2CrQVL/EJ8bP4MIu5v8uw19B2gEUxr72Z9WV2FIJnUVpbNg5EzBfq3VJD ZIAg== MIME-Version: 1.0 X-Received: by 10.14.122.132 with SMTP id t4mr5298735eeh.20.1379628609405; Thu, 19 Sep 2013 15:10:09 -0700 (PDT) Received: by 10.223.199.129 with HTTP; Thu, 19 Sep 2013 15:10:09 -0700 (PDT) In-Reply-To: References: <523A466C.4070903@gmail.com> <000001ceb53c$492a3090$db7e91b0$@org> Date: Thu, 19 Sep 2013 18:10:09 -0400 Message-ID: To: Adam Harvey Cc: "Bryan C. Geraghty" , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c28efa2fa98c04e6c3d1e1 Subject: Re: [PHP-DEV] Re: Re: PHP Crypt functions - security audit From: rdlowrey@gmail.com (Daniel Lowrey) --001a11c28efa2fa98c04e6c3d1e1 Content-Type: text/plain; charset=ISO-8859-1 > I think we should do this in 5.6. +1 ... a renewed "emphasis on security" makes a good selling point when answering the "why should I upgrade" questions. At the same time, targeting the next minor version gives people ample time to plan/test/document changes. Secure stream encryption settings by default is a good place to start. > I wonder if this is one of those rare times where an ini setting might make sense I'm generally anti-.ini but this sounds sensible. --001a11c28efa2fa98c04e6c3d1e1--