Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36814 invoked from network); 5 Jul 2016 20:35:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2016 20:35:37 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:34037] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/52-19446-81A1C775 for ; Tue, 05 Jul 2016 16:35:37 -0400 Received: by mail-pa0-f46.google.com with SMTP id bz2so70214714pad.1 for ; Tue, 05 Jul 2016 13:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=CK5FolDR4Top3uc3VBrFZL3yDxabPkftomV438OapB8=; b=IX7UnaUbOY3dE9FzpPrggBtZBrhF0xlszfvN166IwgvsOA+BmxJXhbhVEpw/SpEam1 ul6JDttj2L/F9V83+U/oCocoUW8o6ud0Hj/4m1WASE79jW02Z5roov4SsY9QnnVBExR3 S00fLvSOC58ytE0znB0ek0hdTWlIm85Ri5iD6O5asGKgNP2rBdxPTbEq/m4WCjzTH+oY 7SU7C3NVjdfr7A6TA/+Yu+YTbfLuoE58wTFR0zadMcXXYJe2WsBliTCffzSL2KvlATet 1h9BhHviN6GBUtKly8wuXMO+86XUcqJHeR0h7eOAL9uDBs2AYMcQvR3fk+7Xe6xe9C1b eUdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=CK5FolDR4Top3uc3VBrFZL3yDxabPkftomV438OapB8=; b=WtJBx+rQ0PFcrGJ4c7T3D05BFF3ZGukU+QRbSrcB/662QSjgbhpsORGfo33mkZ+cYn ItSOtPyFtLAI+2eQ5BVbkS7rAmjUgpRpaiNE3duPZ0cRFp8EvrCAfb2y2by2EglHtUh8 Zt3CHzRuznzv6F5aTa6BcRSUwnp6wHsQXm5YPtD3S1vb450vzpL1qipR8os8kVML1yr/ ziD2vhHg+OcmPAyiujRirzjf1IpUuguEOnjJL/e49jDnZGFbuGAUX69VQzOhly1ZuhRJ RA8h4qrK+1Ov5DI04ZpSTRgy7cufxv2MK1Y0iwAH7V9OmWLgwRwJOKaWCC3FsbM5Ql46 Stag== X-Gm-Message-State: ALyK8tIZ5eAzhIs5aw4L41iRUh4zGcWYLLneVAePLR7+L1OhUK09Hqfa7Un2ZbHgota8DA== X-Received: by 10.66.216.8 with SMTP id om8mr35964896pac.9.1467750933686; Tue, 05 Jul 2016 13:35:33 -0700 (PDT) Received: from ?IPv6:2602:304:cdc2:e5f0:c810:f59b:4d4:7e9c? ([2602:304:cdc2:e5f0:c810:f59b:4d4:7e9c]) by smtp.gmail.com with ESMTPSA id h77sm6668284pfj.86.2016.07.05.13.35.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jul 2016 13:35:32 -0700 (PDT) To: Yasuo Ohgaki , "internals@lists.php.net" References: Message-ID: <2caff91b-e5d5-fee1-9c0a-2a2b8bbd7d38@gmail.com> Date: Tue, 5 Jul 2016 13:35:26 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Session ID without hashing From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Some of us worried about CSPRNG state exposure. I'm wondering how many > of you will vote in favor if I change the RFC to use hash functions > optionally. This means code and INI settings related to hash function > selection will remain. Please note that ext/hash is not built always. > If you against keeping hash related code, please let me know also. If there would be an option to not use hash, I would be completely fine with it. -- Stas Malyshev smalyshev@gmail.com