Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30241 invoked from network); 11 Feb 2014 21:27:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2014 21:27:46 -0000 Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:63002] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/3E-62230-0D59AF25 for ; Tue, 11 Feb 2014 16:27:44 -0500 Received: by mail-qa0-f46.google.com with SMTP id ii20so12398889qab.5 for ; Tue, 11 Feb 2014 13:27:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=0FtXnzJ7inXGQFtukXypSlitVnSxiffzkHrOfXS0/M0=; b=PGhRBCDVN9RuBnT+rfckDZWPT9OLb1C8sFd+OqN9nm6Kxf4D+C6UVAiuYxvsiey1qO mHWmN3LfCiLzhynkB9vYfWGbyoOV/m12EwgMTJF9od+6VbckIwFMCA2C9kvjrhw+SsoP PNqOlQf6h49EmUdcX5NdTO9rLtamdw38nUIByATMSpRFmhKguyR+u110acd5RFRronh/ kecg2tBfTG6lTLI7ASBc7As8LBQ7W8dzmMS2E/ejI6UpjZcoBp0hHQ+DSzPo/KP+BRuw YySDsn0at8x2/sP/8Ugz0r3BiY25lDF0AryitfQAFpZd8qYNXoz822O5EUMKtFpA6i4A ut7A== X-Received: by 10.224.12.82 with SMTP id w18mr61639447qaw.28.1392154061061; Tue, 11 Feb 2014 13:27:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.165.103 with HTTP; Tue, 11 Feb 2014 13:27:00 -0800 (PST) In-Reply-To: References: Date: Tue, 11 Feb 2014 21:27:00 +0000 Message-ID: To: Daniel Lowrey Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0129557e484f5604f228206e Subject: Re: [PHP-DEV] [VOTE] Improved TLS Defaults RFC From: petercowburn@gmail.com (Peter Cowburn) --089e0129557e484f5604f228206e Content-Type: text/plain; charset=ISO-8859-1 On 11 February 2014 20:08, 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 > > Note that while the implementation is vote-ready at this time (and includes > several .phpt files) I'll continue adding more tests in the coming days. If > you have questions that you feel have not been addressed during the past > two weeks please feel free to ask. > Overall, I would be very happy to see these changes sooner rather than later. That said, there is a *super* minor thing that could do with being sorted one way or another. Deprecation of "tls://". Please can I raise a dissenting voice just for that particular transport; it currently serves its purpose very well (I can has TLS, kthxbye) and asking us to change code to use "ssl://" and add some extra context configuration to get the same result seems a little out there. This particular change was not discussed in the other thread, in point of fact it read to me like "tls://" would not be deprecated [1]. What changed? In summary: I'd really rather "tls://" not issue an E_DEPRECATED. Oh, another super minor thing; could you make it 100% clear (I *may* be the only one not crystal clear!) about how this RFC affects changes that have previously been pushed to 5.6 that you wish to undo, and not undo. > > Thanks for your time and have a nice day! > Thanks so much for your time in getting this together. As I started off by saying, I'm looking forward to these changing being introduced. [1] http://markmail.org/message/x46g74zaphdsf5jg --089e0129557e484f5604f228206e--