Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71724 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20541 invoked from network); 29 Jan 2014 12:37:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2014 12:37:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=padraic.brady@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=padraic.brady@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.171 as permitted sender) X-PHP-List-Original-Sender: padraic.brady@gmail.com X-Host-Fingerprint: 209.85.160.171 mail-yk0-f171.google.com Received: from [209.85.160.171] ([209.85.160.171:55119] helo=mail-yk0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/34-28363-BE5F8E25 for ; Wed, 29 Jan 2014 07:37:00 -0500 Received: by mail-yk0-f171.google.com with SMTP id 142so7821182ykq.2 for ; Wed, 29 Jan 2014 04:36:57 -0800 (PST) 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 :content-type; bh=X/G0URO+hxgXfu9OYks/tP4IjBFFR3KJa3H//LMzm80=; b=gEsDAKoi9zekz3GLBRJvTLDyjUxqQJtbVyYufWyzHY237TiBvyY7zojpWZjW5mCSth PGiSaIU2Yzzy2xO+e3bmwb6NjSSWMIxuPtDOCcNPcBTU5ttkEgEXaDlmClY7AJWQlVwB pxyNTcG1ARPp40C3sNrZL62zOgl0L906AZ2x1qNe7eQBEXSK5t7UlUar+kbGOvP12GWY 0oqFycW4XlEV4PyETauGQB04iCssxf8DDrUr0apmxFmPox+HavFxSegOZw4u6voNOE4H IbhvGU/DsvViHT5SkUh0dBQmVLfpuOMYW9oanNIBqwgfuPnz9mY3kcM1nWBuTgsDyk7q Qkyg== MIME-Version: 1.0 X-Received: by 10.236.180.33 with SMTP id i21mr583290yhm.101.1390999017318; Wed, 29 Jan 2014 04:36:57 -0800 (PST) Received: by 10.170.215.130 with HTTP; Wed, 29 Jan 2014 04:36:57 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Jan 2014 12:36:57 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf305e23994f6e0e04f11b3266 Subject: Re: [PHP-DEV] [RFC] Improved TLS Defaults From: padraic.brady@gmail.com (=?UTF-8?Q?P=C3=A1draic_Brady?=) --20cf305e23994f6e0e04f11b3266 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Daniel, For those not overly familiar with attacks, here's a couple of references for consideration: http://news.netcraft.com/archives/2013/06/25/ssl-intercepted-today-decrypte= d-tomorrow.html http://www.isg.rhul.ac.uk/tls/Lucky13.html (related to previous padded oracle attack) The Mozilla defaults are geared towards achieving perfect forward security where possible (looks like IE and Safari have a way to go!) and it's becoming more prominent with the NSA's activities. The RFC, at a minimum, seems a positive change. Paddy -- P=C3=A1draic Brady http://blog.astrumfutura.com http://phpsecurity.readthedocs.org Zend Framework Community Review Team Zend Framework PHP-FIG Representative --20cf305e23994f6e0e04f11b3266--