Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36760 invoked from network); 6 Feb 2014 06:15:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2014 06:15:56 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:64435] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/25-09398-B9823F25 for ; Thu, 06 Feb 2014 01:15:55 -0500 Received: by mail-la0-f41.google.com with SMTP id mc6so1116610lab.14 for ; Wed, 05 Feb 2014 22:15:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=9ZxVHOsKHxewt0K+0xkr0nG2mu77m+3Pxx5MwEPJq8w=; b=055pG6oDqY1yxOynNfYG9LThJQNARzE8RbdNGmjhYkgdSGoPW1+9z6Qp7T9OwFOCY/ giiY5aoYJldPeM9y9W8UZZmPfjh2B+RhUmjcI9uKDhHgdurpdV/g3FDFzgk7Go/8qLzt T0yqNGqt81VEPmmmCjRb92HFWxPngTAvsT4493wBcAFK2+9M5q2VDI8AdH/NOh6SeMXf b+wthpBsy4RccnAajXK+BPDqLFxfgaO7/ljyJhoKUb5WcwBNyZ8wytl2UzHSllbBEoX+ Umha8epp11ZfC/ViTPaD5ytnLo3Mv/u3hc3XHAW/038jnxSdyGfBG1+7gOKZiMFo6Kyi RT2A== X-Received: by 10.112.64.37 with SMTP id l5mr24048lbs.49.1391667351523; Wed, 05 Feb 2014 22:15:51 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Wed, 5 Feb 2014 22:15:11 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Feb 2014 15:15:11 +0900 X-Google-Sender-Auth: pcelVCG3jsSsfdIf3Da0CNRVyzk Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c3fc822216bc04f1b6ceee Subject: Re: [RFC] Secure Session Module Options by Default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c3fc822216bc04f1b6ceee Content-Type: text/plain; charset=UTF-8 Hi all, On Sun, Feb 2, 2014 at 7:33 AM, Yasuo Ohgaki wrote: > Secure Session Module Options by Default > https://wiki.php.net/rfc/secure-session-options-by-default > > Session is core of web security. Therefore, default should be > as secure as possible by default. > > I'll open vote next week, please send comments now. > I've added new INI option for security reason. (Timing attack mitigation) **session_id_length** minimum session ID length to mitigate timing attack. 26 for PHP 5.3/5.4/5.5. 52 for 5.6. I'll add new value(int) at the end of ps_globals for released versions. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c3fc822216bc04f1b6ceee--