Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12148 invoked from network); 8 Sep 2016 17:42:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2016 17:42:52 -0000 Authentication-Results: pb1.pair.com header.from=charlesportwoodii@ethreal.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=charlesportwoodii@ethreal.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ethreal.net designates 209.85.218.67 as permitted sender) X-PHP-List-Original-Sender: charlesportwoodii@ethreal.net X-Host-Fingerprint: 209.85.218.67 mail-oi0-f67.google.com Received: from [209.85.218.67] ([209.85.218.67:36374] helo=mail-oi0-f67.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/94-61313-B13A1D75 for ; Thu, 08 Sep 2016 13:42:51 -0400 Received: by mail-oi0-f67.google.com with SMTP id s71so2933126oih.3 for ; Thu, 08 Sep 2016 10:42:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ethreal.net; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bPxKotdZ06f01ygYC+C2P11BtjvEmpOJjUfBQRYhiDQ=; b=HcC0uDohI3cy5eVVFkQcyyO2xb1qvnA5ZoPOkfqDI5EAfxWTKSRUL9YKUdZj/MfOjh sMvmDuUPNAsZLUk4CYB4Ym0PeJT/BDbBQx2TubKfwaMQvJrOz1hAqloN3KTgitsoWTuh YlscM6PXcD1iWCn7LFjlp21J2FCsLxzLDt7I4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=erianna.com; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bPxKotdZ06f01ygYC+C2P11BtjvEmpOJjUfBQRYhiDQ=; b=dIJlfE8lSRRL/13iKnQb417M5fzSlLBaYpxeWohr9syausetCXtgF0dVkUQh9COa3O WqXhA9boJz91GH6EBrd599cE+ViIZhRJn/9+BIwpVHSCYINLeZ37sjVc8TKtd90SaiB+ a6pg9g6KxfSuPaTB7Y9sDT95PVZbN0WB+8Lzk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=bPxKotdZ06f01ygYC+C2P11BtjvEmpOJjUfBQRYhiDQ=; b=LIPbMlI9jXahrBh2K4ydSkdvMcY5Lp87LySLN/Tt0fVNl+pDQcSNW+ofOCIWAqixjt wZ0nCUSBU7g8FSh4WL9FCZUnORNWFPXkd/FeUmnN98hlGjd+IOI0uEIhoOFm14+tCtmg 0+Mf1cbl/M4njcoYnjzkmjqHQhtIEil+cTUF/KMxStCKVEAr58HLVZiElAxbIvspGfoT d6Lz6487OZEBTJ5Z1HWN22q+Dez4j4ea8Tq7pvCi1moXpPz7qSWwC3uTM7/OtnLgQKZg m3b97PIjaXHDSryRbkTKzRv1MF19I6GNJNp0h0HRQlPmD26tsBgDV9kkZ3MYv2TCfEXc p6TQ== X-Gm-Message-State: AE9vXwO6Hw7FDx6buFW636YW8bdI6XtBe79xGflHTulyz5+/EvLI3U5m0Vy8JYTw3vkSenCFiSsKYVF8mSgoog== X-Received: by 10.157.35.41 with SMTP id j38mr944175otb.30.1473356568924; Thu, 08 Sep 2016 10:42:48 -0700 (PDT) MIME-Version: 1.0 Sender: charlesportwoodii@ethreal.net Received: by 10.182.24.65 with HTTP; Thu, 8 Sep 2016 10:42:28 -0700 (PDT) X-Originating-IP: [38.140.54.114] In-Reply-To: <8bd3a772-a4f1-6b1a-2421-87bedf17af7e@gmx.de> References: <8bd3a772-a4f1-6b1a-2421-87bedf17af7e@gmx.de> Date: Thu, 8 Sep 2016 12:42:28 -0500 X-Google-Sender-Auth: 0Aqw-mika9J-ydg99hQYsUrkkTs Message-ID: To: "Christoph M. Becker" Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11353910eb2d23053c028e9b Subject: Re: [RFC][VOTE]: Argon2 Password Hash (Reopened) From: charlesportwoodii@erianna.com ("Charles R. Portwood II") --001a11353910eb2d23053c028e9b Content-Type: text/plain; charset=UTF-8 On Thu, Sep 8, 2016 at 10:09 AM, Christoph M. Becker wrote: > 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 > Christoph, I've provided a patch on the Github pull request for the UPGRADING notes.. https://github.com/php/php-src/pull/1997#issuecomment-245678319 --001a11353910eb2d23053c028e9b--