Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69667 invoked from network); 9 Jan 2012 00:43:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2012 00:43:07 -0000 Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 207.97.245.133 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 207.97.245.133 smtp133.iad.emailsrvr.com Linux 2.6 Received: from [207.97.245.133] ([207.97.245.133:44090] helo=smtp133.iad.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/B1-53883-8183A0F4 for ; Sun, 08 Jan 2012 19:43:05 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp33.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 8689A3022F for ; Sun, 8 Jan 2012 19:43:02 -0500 (EST) X-Virus-Scanned: OK Received: by smtp33.relay.iad1a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 45EA030206 for ; Sun, 8 Jan 2012 19:43:02 -0500 (EST) User-Agent: Microsoft-MacOutlook/14.13.0.110805 Date: Sun, 08 Jan 2012 19:42:58 -0500 To: "internals@lists.php.net" Message-ID: Thread-Topic: [RFC] Platform and extension-independent API to the system CSPRNG Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: [RFC] Platform and extension-independent API to the system CSPRNG From: fsb@thefsb.org (Tom Worster) Hi, I added the new RFC https://wiki.php.net/rfc/csrandombytes which is in its first draft. I attempted to be fair with respect to the discussion that has already taken place here. How does this get listed on the https://wiki.php.net/rfc page? Tom