Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82703 invoked from network); 8 Sep 2016 15:33:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2016 15:33:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.18 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.18 mout.gmx.net Received: from [212.227.15.18] ([212.227.15.18:64693] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/22-61313-11F71D75 for ; Thu, 08 Sep 2016 11:09:06 -0400 Received: from [192.168.2.103] ([79.243.115.246]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MQ33z-1bdrx8384J-005KUF; Thu, 08 Sep 2016 17:09:01 +0200 To: "Charles R. Portwood II" , PHP internals References: Message-ID: <8bd3a772-a4f1-6b1a-2421-87bedf17af7e@gmx.de> Date: Thu, 8 Sep 2016 17:09:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:SRkyxMdJtyKkYd86qrWFmoIAJLUK5E7PmO7xKItIrAl/UGfFDcM UmxAi6FWLzXTpsNFUr7clewYMm35d1epYoQX4zJlVlxCspuy+uQvo+r6I+VnROAj93ViRtJ Y5rKfArKoVUXENTmiZHcqBo3mMt83KkhkTpoTxv7/vHDbieahJx4DtnxBxaHcZHO2F0coZo w4WMicRavrnjqO+xFpNFA== X-UI-Out-Filterresults: notjunk:1;V01:K0:yLWl/4UQH6Q=:dieF+hqjtD4cXJQvw0Q6lG SXLQyH+dfwyCweXLNycX/QppB0lSpgN5xCxuBAZXOlR3nJNoxZbxFifh3snwUvUM4C6fNypgj bdnG8HtqFt1JJmwczUuLzkJpbPG/3FXHOAJzc5HInhcpS8sis9Y3E2ZILHk+vjSv4de4IOIQj yzMVyia0hiAhIN3OqiFYR+MdaWiTN7RhtEyqbZkAF/uu3Ym2hOW8AJmTydRSVRzn+4T1xU4Sh Z39c+TdMLXrmFtua4Om9iGTGamUceNUjYJ0EBNDF9L79B8vGHFJl8VaXUqist+RIOSZMUSZXi /Q8RYUZAuyLU1ER8mBsgz5zJeAhC5uvcDlUYhrXCJ1o8GgbNV7s2r92kmvkMhzkwN3AaSVWQX TFvL+yal1ylsKE50Ue8Z19L3Zn3edaU0KiQBULxZxiY+6jLOZXZ7CRyxaZs3ngjObIlgKvD2N DLNZCoVFZrdqujZpxIqjNxuXaIzzW7q+32liwW9SVtMr5Wsd8L9geU9mRIsJuP/rR87OimCz6 /3s4Cq2hjqrcPmNcZsVjpdi6X6SsFFXgf+9Mmujtq+5j9En7Z3uoCIeaxOtyBvxZXQyaJs9jb SeuA3CLXKWiDsf841oaraTaH4pvwCpzSj9IvWAJoVKnHlqwQMHvdkxYhXZhr5xkbG12i3+1tc DTypdvKpY9UO082PFYEGZrKnlmzSVAjaDTEWOuaH0usk5aDVbekKumLTpZWER4k68jspx5pHd L4U312VJtnyfFrUjLb+B5BV7mlvR4smT0BvgYnzb/rcbWuX7Bk68r1t0a0RBpwzs4kkTLs5qF o0JBYEm Subject: Re: [RFC][VOTE]: Argon2 Password Hash (Reopened) From: cmbecker69@gmx.de ("Christoph M. Becker") On 08.09.2016 at 16:26, Charles R. Portwood II wrote: > On Wed, Aug 24, 2016 at 10:49 AM, Charles R. Portwood II wrote: > >> The RFC for introducing Argon2 as an alternative hashing algorithm for the >> password_* functions is now re-open. The RFC is available at >> https://wiki.php.net/rfc/argon2_password_hash >> >> Voting is open for 2 week, and will close on September 7th. A 50%+1 >> majority required to pass. If you previously voted you will need to vote >> again, as the original vote was closed shortly after opening due to an >> issue with the original RFC language. > > Thanks to everyone who voted and contributed to the discussion. This RFC is > now closed, and was accepted 12-0 for 7.2. Would someone with VCS access > please merge this into master (7.2)? Thanks for the RFC and the PR. I've just merged it (commit 1305fdaa). > Separately, what is the process for updating the manual since 7.2 is still > a ways off? Probably the first step should be to add some respective notes to php-src/UPRADING. Do you want to make a PR or provide a patch by some other means? That would already be sufficient, as the doc team is supposed to integrate the UPGRADING information into the manual proper and the respective migration guide. Of course, it's also possible to update the manual now, making sure that there are notes about the availability (maybe as changelog entries). -- Christoph M. Becker