Log

util-src/hashes.c @ 10230:dd7e924c74ef 0.11 0.11.3

description author age
util.hashes: Use HMAC function provided by OpenSSL (fixes #1345) 0.11 Kim Alvefur 2019-04-19
util.hashes: Remove redundant semicolon Kim Alvefur 2019-04-19
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur 2017-02-12
util-src/*.c: Squeeze repeated blank lines Kim Alvefur 2017-01-23
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur 2017-01-08
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 Kim Alvefur 2015-04-26
util-src/*.c: Per convention call luaL_error() as argument to return Florian Zeitz 2015-04-03
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux Kim Alvefur 2015-04-03
util-src/*.c: Add macro for compiling with Lua 5.2 Kim Alvefur 2014-09-17
util-src/*.c: Use the more concise lua_setfield Kim Alvefur 2014-09-17
util-src/*.c: Don't create globals when loaded Kim Alvefur 2014-09-16
util.hashes: Silence compiler warning about pointer signedness 0.9.0 Kim Alvefur 2013-08-09
util.hashes: Correct argument order Kim Alvefur 2013-08-06
util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __int32 instead. Waqas Hussain 2013-05-13
util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C Florian Zeitz 2013-04-28