Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72360 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34912 invoked from network); 7 Feb 2014 02:50:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2014 02:50:39 -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 209.85.213.177 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.177 mail-ig0-f177.google.com Received: from [209.85.213.177] ([209.85.213.177:37993] helo=mail-ig0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/00-34013-EF944F25 for ; Thu, 06 Feb 2014 21:50:38 -0500 Received: by mail-ig0-f177.google.com with SMTP id k19so1082342igc.4 for ; Thu, 06 Feb 2014 18:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HGrOnznH3rG8ppe4u+P3XIZOS2GmbmXTmboQ3Mn4t14=; b=cDiQiwOH9eDIQ1r5FbZMcMcjKN1tqYjs6GZQRO87z8UW1vxFExEi8242m91WZLkBAQ GRTwONdOqincBcnEJo9cGmqtkDKuXHE09HzAw9JYKLLqhw4EqamFlBibMKVajzNSr4/U ZmoQCjzXNjtJGZD/oueDIlEPGu2EBN79BpMxZscrYGvS0gY8h1MRo3jXdwBtahdeFqzu Jb0XXAwCI/TupZ1j9zTPWKBUhGKxqOft5PP+UE/oXCoF0TNZKKqWwJT/yCs+qgDYOCiY elhcNfo4kRz3jMLViLS5X8a2zshoDZm67b7ZvdB6bRH/I24syql3Zi0ASrlrvCBsY7EP Z0Zw== MIME-Version: 1.0 X-Received: by 10.42.215.207 with SMTP id hf15mr5597234icb.17.1391741435154; Thu, 06 Feb 2014 18:50:35 -0800 (PST) Received: by 10.50.29.140 with HTTP; Thu, 6 Feb 2014 18:50:35 -0800 (PST) Date: Thu, 6 Feb 2014 21:50:35 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf301d3de4dc973504f1c80dce Subject: Re: Improved TLS Defaults From: rdlowrey@gmail.com (Daniel Lowrey) --20cf301d3de4dc973504f1c80dce Content-Type: text/plain; charset=ISO-8859-1 A couple of final changes to the TLS RFC ... - Encrypted server streams are now fully capable of forward secrecy (PFS). I don't know how many people besides myself are really doing serious production work with encrypted PHP servers but this addition is a big win for anyone who is :) https://wiki.php.net/rfc/improved-tls-defaults#forward_secrecy_for_servers - As per previous discussions on the list the default cipher list is now basically the same as the Mozilla recommendations I would encourage anyone who'd like to try out these changes to merge the patch linked on the RFC page directly into a 5.6 branch: https://wiki.php.net/rfc/improved-tls-defaults#patches_and_tests As always, thanks for your time. Voting will begin early/mid next week! - Daniel --20cf301d3de4dc973504f1c80dce--