Re: [PHP-DEV] [RFC] Platform and extension-independent API to the system CSPRNG

2012-01-08 Thread Tom Worster
I have also set up a github repo with 4 files in it. It is a first hack of a function that does part of what I described in the RFC. It's based on the interface of openssl_random_pseudo_bytes() and the guts of mcrypt_create_iv(). It is provisionally named cs_random_bytes(). For now it builds and w

Re: [PHP-DEV] [RFC] Platform and extension-independent API to the system CSPRNG

2012-01-08 Thread Ferenc Kovacs
On Mon, Jan 9, 2012 at 1:42 AM, Tom Worster wrote: > 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.