Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57228 invoked from network); 28 Jan 2014 21:50:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2014 21:50:55 -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.223.169 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.169 mail-ie0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:45888] helo=mail-ie0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/0B-01140-E3628E25 for ; Tue, 28 Jan 2014 16:50:54 -0500 Received: by mail-ie0-f169.google.com with SMTP id to1so1214532ieb.28 for ; Tue, 28 Jan 2014 13:50:52 -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=F6Mc/5e+1KDikQ0nZu4nmHlRmaeDVIJ3LHDhP9mlSos=; b=hG4yccYZUNN1E6ADO/i9jCDK0ACkBwDnyCIFEPWuDTPgO/JG0cEueiEvhKN+zDzI1k wKzkyoUXaQI+Lpz/nOxZE/vvRK9QLR4hmnlgrVDv+v3DqwBm/ChA83mgDAqp6t10d40Y k1biNHWxvzrUkFp1/YqcP6j7J3w0QfRUsK+jb/nhpOlukcwWidV+ePkDD3U+JJU9LIR3 ZdL9+X94a5Yf1j5Ihps/bar9G+GB4y9wJLhifXN8GYiToMtfYhqSDf8TjDZ3mkA83XrO nuIT9XxROMRl5oGa8Z0g9ZN1jHW4FbTfwPdJG7bZnpx6XfYWsi6rscGKENIuDz3xLMxc dihg== MIME-Version: 1.0 X-Received: by 10.50.78.229 with SMTP id e5mr4976560igx.49.1390945852325; Tue, 28 Jan 2014 13:50:52 -0800 (PST) Received: by 10.50.29.140 with HTTP; Tue, 28 Jan 2014 13:50:52 -0800 (PST) Date: Tue, 28 Jan 2014 16:50:52 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e013c64a26e065c04f10ed110 Subject: [RFC] Improved TLS Defaults From: rdlowrey@gmail.com (Daniel Lowrey) --089e013c64a26e065c04f10ed110 Content-Type: text/plain; charset=ISO-8859-1 Hello, internals! I've created a new RFC to discuss improving default TLS encryption settings: https://wiki.php.net/rfc/improved-tls-defaults This RFC complements the previously accepted TLS Peer Verification RFC. I've proposed these (relatively straight-forward) changes in RFC form because there does exist the potential for minimal BC breakage. I see this breakage as a good thing because it enhances security, however everyone may not share this view. Thanks in advance for your participation. --089e013c64a26e065c04f10ed110--