Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72515 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24998 invoked from network); 12 Feb 2014 12:55:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2014 12:55:41 -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.172 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.172 mail-ig0-f172.google.com Received: from [209.85.213.172] ([209.85.213.172:54371] helo=mail-ig0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/21-19387-C4F6BF25 for ; Wed, 12 Feb 2014 07:55:40 -0500 Received: by mail-ig0-f172.google.com with SMTP id k19so10987049igc.5 for ; Wed, 12 Feb 2014 04:55:37 -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 :cc:content-type; bh=3GM8HeoqU5BnU77rGJ5TzPrgQ2KI9ycD26NBSCG4ub4=; b=X4rVE3MjbnjUHclVO2kaK5ZPw+J0/X9Wlc9AzfjW8Dk5wSsypC+MbwP+jcv4cQaZWF Rl8vt4CNNwWswgO+G73cTWvOUYZL04FEU6H0/JjXeHpRczbVdYDyAUYa3Qb4GkKsajai /AOnG9c2FMTjQhWEln4OP+xwaoC8e11SVhXtnqKUyEl9OlUuLwkvlDCzFLKKkQWqtifI N/ywP1k17+oRw7dRajTZsiDr5YjThvbH8BnhCTf7YzOvD8Z9YVnaqUA+KjxhCd4/fVC3 unzLkTZGG7k+KDKVjvHG5ol7SILDx1RNPv5vqLjfw4m5fQaQUxZ67t6C+uoNSrkeCDDc mSIQ== MIME-Version: 1.0 X-Received: by 10.43.16.2 with SMTP id pw2mr1472120icb.56.1392209737753; Wed, 12 Feb 2014 04:55:37 -0800 (PST) Received: by 10.50.34.131 with HTTP; Wed, 12 Feb 2014 04:55:37 -0800 (PST) In-Reply-To: <52FB15CD.9060009@sugarcrm.com> References: <52FA932D.5050504@sugarcrm.com> <52FAB584.8040103@sugarcrm.com> <52FB15CD.9060009@sugarcrm.com> Date: Wed, 12 Feb 2014 07:55:37 -0500 Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec5101bfbdf2ac704f2351634 Subject: Re: [PHP-DEV] [VOTE] Improved TLS Defaults RFC From: rdlowrey@gmail.com (Daniel Lowrey) --bcaec5101bfbdf2ac704f2351634 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 12, 2014 at 1:33 AM, Stas Malyshev wrote: > Hi! > > Thanks for your changes! The RFC looking very good now. One minor note, > tls is still listed as deprecated in Stream Wrapper Creep/Proposal. > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > Okay, I think I've removed any remaining references to tls:// wrapper deprecation in the RFC text. More importantly, the code in the patch is correct :) Thanks for the heads-up --bcaec5101bfbdf2ac704f2351634--