Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3375 invoked from network); 18 Jun 2012 23:14:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2012 23:14:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.52 mail-qa0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:39409] helo=mail-qa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/B2-25334-146BFDF4 for ; Mon, 18 Jun 2012 19:14:09 -0400 Received: by qabj34 with SMTP id j34so5978900qab.18 for ; Mon, 18 Jun 2012 16:14:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mU8vQ9QPQaQmCsyWpJGMlUByZGOhim6LhHNothM41TU=; b=mnNpflEw2fBi2Imjv2S6izrIHfEqrGuhl/+Ll3st2bNWLL4bnA0ZE/iqZctV+yXmVu APhlVmWMDhV/Gd5D1AQuSd2wf3bmI/QJNm55BjwVoOE8uM6bkpx5KfrrPuvxduPE1uAi owISn5g+qlOHqxzgbn4TR+maLHf5m1kr4ye8KYuYfRsYvJMVrLFPmctL+juzSSxonlEz yb5ACRQHtHBXPPcwgM4vklPhTc1sdpNxU8RxBaVYtru9SEtBDLRBYZ8lFggc2KQoemA3 4gb4PSQ0kGVNZj7m/vbY3TCXSZmTLTm/lIBa2bL8VlU06YeAGyagDH60BwXTMnHOKVZX kiyQ== MIME-Version: 1.0 Received: by 10.229.136.135 with SMTP id r7mr8699546qct.79.1340061246342; Mon, 18 Jun 2012 16:14:06 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Mon, 18 Jun 2012 16:14:06 -0700 (PDT) Date: Mon, 18 Jun 2012 19:14:06 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC] Add hash_pbkdf2 function From: ircmaxell@gmail.com (Anthony Ferrara) Hello all, Since there wasn't that much traffic on the draft version of the RFC, I've moved it into Proposed. https://wiki.php.net/rfc/hash_pbkdf2 What are your thoughts? Thanks, Anthony