Log

util-src/crand.c @ 7918:12e5a54907b6

description author age
util.crand: Clarify that lua_error does not return Kim Alvefur Sat, 25 Feb 2017 18:12:24 +0100
util.crand: Throw error if OpenSSLs RNG is not seeded Kim Alvefur Sat, 25 Feb 2017 17:57:22 +0100
util.crand: TODOs Kim Alvefur Sun, 22 Jan 2017 09:55:52 +0100
util.crand: Comment about getrandom Kim Alvefur Sun, 22 Jan 2017 09:55:44 +0100
util.crand: Add comment describing purpose of module Kim Alvefur Sun, 22 Jan 2017 09:32:33 +0100
util.crand: Update copyright header Kim Alvefur Sun, 22 Jan 2017 09:31:56 +0100
util.crand: Raise hard errors Kim Alvefur Fri, 20 Jan 2017 12:23:55 +0100
util.crand: Remove seeding Kim Alvefur Fri, 20 Jan 2017 11:33:31 +0100
util.crand: Let Lua handle allocation, freeing and error handling for buffer Kim Alvefur Fri, 20 Jan 2017 11:52:46 +0100
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 Kim Alvefur Fri, 20 Jan 2017 11:41:07 +0100
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur Sun, 08 Jan 2017 14:21:08 +0100
util.crand: Silence compiler warning Kim Alvefur Wed, 25 May 2016 16:54:43 +0200
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) Kim Alvefur Mon, 22 Feb 2016 22:56:05 +0100
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur Mon, 22 Feb 2016 18:44:43 +0100