Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72010 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10376 invoked from network); 2 Feb 2014 17:43:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2014 17:43:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.174 mail-ie0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:56110] helo=mail-ie0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/01-30967-BA38EE25 for ; Sun, 02 Feb 2014 12:43:07 -0500 Received: by mail-ie0-f174.google.com with SMTP id tp5so5748513ieb.19 for ; Sun, 02 Feb 2014 09:43:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=paO64buW7mSEvSvad1eYewH4tLISnx3V+XQ7VtCoA8g=; b=vyzIFIZqUTUnrIAAZh0gLgPCeuSD50d4En3ZO+QS+nhE8rOYWzJzuABI0Y0+EZ1sru JryeSkyCVB7l80Bxcsuk+8fqsbG3G6AvW9v4tw7lilkXl4ydwkFLXoEMdT9iMIld5nM/ hXmyyyFYmZfvxjMDOSSApPonE+rTSogACY+4U5kVUIss5pgANreFWBqkG8CCxOyKgqhJ dJYkHIXqGqYI3rNOXina9fMGPA+2L0J3sZoxFo4Zr+xiZm52XpXUcL55x771aH84aoop DG9S33RydQ+HywgZNwxQwRXX+HdsS2oRf+oKKApAMnk9vDgNleI1o05G98pxAD7OtprK f8XA== MIME-Version: 1.0 X-Received: by 10.50.60.105 with SMTP id g9mr8499443igr.14.1391362984102; Sun, 02 Feb 2014 09:43:04 -0800 (PST) Sender: rdlowrey@gmail.com Received: by 10.50.29.140 with HTTP; Sun, 2 Feb 2014 09:43:04 -0800 (PST) Date: Sun, 2 Feb 2014 12:43:04 -0500 X-Google-Sender-Auth: dzapBXwoJZKNp0I4yAbYEWeoDDw Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b10caa56bd11704f16ff062 Subject: Re: Improved TLS Defaults From: rdlowrey@php.net (Daniel Lowrey) --047d7b10caa56bd11704f16ff062 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! I've made another minor addition to the Improved TLS Defaults RFC for those interested ... Userland can now access information about the negotiated protocol/cipher for a given stream via the context: https://wiki.php.net/rfc/improved-tls-defaults#expose_negotiated_values --047d7b10caa56bd11704f16ff062--