Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51997 invoked from network); 13 Feb 2014 08:47:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2014 08:47:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:50063] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/15-27664-9968CF25 for ; Thu, 13 Feb 2014 03:47:22 -0500 Received: by mail-lb0-f176.google.com with SMTP id w7so7865899lbi.21 for ; Thu, 13 Feb 2014 00:47:18 -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:cc:content-type; bh=ytgkmkiCZ+ZTrT1fqA3p+/zFGh0vzTvB7tNRYkXQc6Q=; b=dqz/cWCaafi4oJ9y5VBBWODl1vbDbxUaE8Gfmpq+TowSjUwiFj7m00BuBVjKfHIhrB Rl8NI2aFAM9NQ8YXlQFPfqOu9jeRKQRBx4aRT0bjOT++7aPXsd0wgamdL6FV305V0dlP gRWUnUmx47IA0Qz1pHyKXxn4bxFLtdvAj6NBm9LXdtbyb2nQ1WzdxL2ixQGcGpheQXfu W1MGKTb5l+I8Fqq6jGIDAOtWjMSpy/dC7v/1tlJqd6pDIkFQ7zRaf3Kgk8l93gFUS8l/ l/3lfKh7O+pPhleNTaalF6P2t4lnVvnJdfs+JGnRPTULSCcNnHSXfBlMTdxf25nWXmbV /3iQ== X-Received: by 10.112.137.65 with SMTP id qg1mr184330lbb.7.1392281238599; Thu, 13 Feb 2014 00:47:18 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Thu, 13 Feb 2014 00:46:38 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 17:46:38 +0900 X-Google-Sender-Auth: iRu9tbj3dW_a3lzdAqujLXBGPok Message-ID: To: Pierre Joye Cc: Julien Pauli , PHP internals Content-Type: multipart/alternative; boundary=089e0116047ea7f02b04f245bca7 Subject: Re: [PHP-DEV] unify entropy source for all php related functions From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0116047ea7f02b04f245bca7 Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Thu, Feb 13, 2014 at 4:57 PM, Pierre Joye wrote: > > I may write patch for this as well as > rand_strong_bytes()/rand_crypto_bytes(). > > I would not go with these functions now, not even master only. Let first > be sure about what and how we want them. > No problem. I suppose you have an idea since you are working on new crypt extension. > > Since it's too late for 5.6, I'll commit only to master. > > Does anyone think this change needs RFC? > > The entropy src needs one I think as it introduce two new ini settings. > Sure. I don't mind creating new RFC for those 2 new INIs. I'll create it later for master for the time being. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0116047ea7f02b04f245bca7--