Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72718 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28394 invoked from network); 20 Feb 2014 20:04:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2014 20:04:24 -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.219.54 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:48908] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/C0-23767-7CF56035 for ; Thu, 20 Feb 2014 15:04:23 -0500 Received: by mail-oa0-f54.google.com with SMTP id g12so2279746oah.27 for ; Thu, 20 Feb 2014 12:04:20 -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=KbPmNPAkW1FV/G8vo1GAQY2ts+Iu+VBwqQccW1XNzVY=; b=Zk1Hymdyg69jISSN2kgcjvUD/Onlt6oNLZGEHFNH1XXRpjTCStCTPc2sCk8dmAJbpl psMpehYgHDkefE3nBA1javuR25gKwom4d3dcA//0TNow24uJVorfboHv632apKemcK8e /MipBD13JHHXA2ZqT3kFhEPk1W/j7MnJhKWV+FmlM7+/xcQk5CRIGBW8l3Vj8eR1O7Jn tYO1s8nvQyil3C3354VWJk/H690ayKmv3n/cmbrMBKTq/6h83HoJPyN1LHds73LX5Zg8 maxOBkwB74Wve5UDlAsaYjVNJxWk8qwi81HAK531wXFsCIzOEKQR+27KWR+phUcOuQjD HsUw== MIME-Version: 1.0 X-Received: by 10.42.228.65 with SMTP id jd1mr2974411icb.62.1392926659869; Thu, 20 Feb 2014 12:04:19 -0800 (PST) Received: by 10.50.34.131 with HTTP; Thu, 20 Feb 2014 12:04:19 -0800 (PST) Date: Thu, 20 Feb 2014 15:04:19 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1132e4ccc2813f04f2dc02de Subject: Re: [VOTE] Improved TLS Defaults RFC From: rdlowrey@gmail.com (Daniel Lowrey) --001a1132e4ccc2813f04f2dc02de Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 11, 2014 at 3:08 PM, Daniel Lowrey wrote: > Voting is now open for the Improved TLS Defaults RFC and will run through > Wednesday Feb. 19: > > https://wiki.php.net/rfc/improved-tls-defaults#vote > > Voting ended yesterday in favor of the RFC's adoption in 5.6. The final count was 16-0. The (almost) final implementation is available here: https://github.com/php/php-src/pull/593 I say "almost" because I'll be spending some time today/tomorrow testing with various older openssl binaries and compilation flags to prevent any unexpected breakage as we're already into the alpha2 release stage. Once those results are satisfactory the implementation will go into 5.6/master. Thanks to all those who spent time reading the RFC and/or participated in its discussion! --001a1132e4ccc2813f04f2dc02de--