aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/hashes.c
Commit message (Expand)AuthorAgeFilesLines
* util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp)Matthew Wild2021-05-101-0/+14
* util.hashes: Use HMAC function provided by OpenSSL (fixes #1345)Kim Alvefur2019-04-191-17/+11
* util-src/*.c: Attach pointer * to name instead of typeKim Alvefur2017-02-121-19/+19
* util-src/*.c: Squeeze repeated blank linesKim Alvefur2017-01-231-1/+0
* util-src: Make C modules assert that the Lua runtime matches what it was comp...Kim Alvefur2017-01-081-0/+3
* util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp...Kim Alvefur2015-04-261-3/+3
* util-src/*.c: Per convention call luaL_error() as argument to returnFlorian Zeitz2015-04-031-1/+1
* util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break...Kim Alvefur2015-04-031-26/+31
* util-src/*.c: Add macro for compiling with Lua 5.2Kim Alvefur2014-09-171-0/+4
* util-src/*.c: Use the more concise lua_setfieldKim Alvefur2014-09-171-2/+1
* util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-161-1/+2
* util.hashes: Silence compiler warning about pointer signedness0.9.0Kim Alvefur2013-08-091-1/+1
* util.hashes: Correct argument orderKim Alvefur2013-08-061-1/+1
* util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __...Waqas Hussain2013-05-131-0/+5
* util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in CFlorian Zeitz2013-04-281-0/+49
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-271-14/+97
* util.hashes: Add sha224, sha384, sha512Kim Alvefur2012-05-101-0/+6
* util.hashes: Use defined hash function output lengths.Kim Alvefur2012-05-091-3/+3
* Update copyright headers for 2010Matthew Wild2010-03-221-3/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Licensing/version updates for some files (forgot to commit, doh...)Matthew Wild2009-02-021-72/+62
* and the C files tooMatthew Wild2008-12-031-0/+20
* Minor changes to C files (to prevent compiler warnings)Waqas Hussain2008-11-271-1/+1
* Fix for hashes.c and encodings.c to rename luaopen for util_*Matthew Wild2008-11-261-1/+1
* Removed commented codeWaqas Hussain2008-11-261-148/+2
* Added util-src/hashes.c - support for sha1, sha256 and md5 hashesWaqas Hussain2008-11-261-0/+204