util-src/hashes.c
Fri, 17 Mar 2023 18:03:07 +0100 Kim Alvefur util: Add compat for prosody module name change to C sources
Tue, 17 Jan 2023 15:30:28 +0100 Kim Alvefur util.hashes: Silence compiler warning about char pointer signedness
Fri, 13 Jan 2023 14:29:08 +0000 Matthew Wild util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384
Fri, 01 Jul 2022 21:21:21 +0200 Kim Alvefur util-src: Remove Lua 5.1 compat macros
Fri, 24 Jun 2022 16:59:54 +0200 Kim Alvefur util.hashes: Revert to HMAC() convenience function
Fri, 24 Jun 2022 16:49:03 +0200 Kim Alvefur util.hashes: Remove unused constants
Fri, 24 Jun 2022 16:12:11 +0200 Kim Alvefur util.hashes: Remove unused struct
Fri, 24 Jun 2022 15:33:04 +0200 Kim Alvefur util.hashes: Return OpenSSL error messages on failure
Thu, 10 Sep 2020 21:58:24 +0200 Kim Alvefur util.hashes: Add SHA3 bindings
Thu, 10 Sep 2020 21:58:24 +0200 Kim Alvefur util.hashes: Bind BLAKE2 algoritms supported by OpenSSL
Thu, 10 Sep 2020 21:58:25 +0200 Kim Alvefur util.hashes: Refactor PBKDF2 to deduplicate code
Sun, 29 Nov 2020 17:58:45 +0100 Kim Alvefur util.hashes: Expose sha224 and sha384 HMAC functions
Sun, 29 Nov 2020 17:58:30 +0100 Kim Alvefur util.hashes: Refactor HMAC bindings (fixes #1589)
Thu, 10 Sep 2020 21:58:23 +0200 Kim Alvefur util.hashes: Refactor hash functions to use OpenSSL EVP methods (fix #1698)
Wed, 12 May 2021 01:11:15 +0200 Kim Alvefur util.hashes: Expose OpenSSL version
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Mon, 10 May 2021 16:24:54 +0100 Matthew Wild util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) 0.11
Wed, 22 Apr 2020 21:38:36 +0200 Kim Alvefur util.hashes: Fix output length of PBKDF2-HMAC-SHA256
Sun, 01 Dec 2019 20:25:20 +0100 Emmanuel Gil Peyrot util.*.c: Add static qualifiers everywhere
Sun, 21 Apr 2019 00:59:36 +0200 Kim Alvefur Backed out changeset 61bc5c52c941
Sat, 20 Apr 2019 15:11:04 +0200 Kim Alvefur util.hashes: Allow specifying output key length
Sun, 13 Jan 2019 13:59:26 +0100 Kim Alvefur util.hashes: Add PBKDF2-HMAC-SHA256
Sun, 13 Jan 2019 13:57:18 +0100 Kim Alvefur util.hashes: Rename PBKDF2 function
Fri, 19 Apr 2019 13:24:32 +0200 Kim Alvefur util.hashes: Remove now unused hmac() function
Sun, 13 Jan 2019 13:57:14 +0100 Kim Alvefur util.hashes: Use PBKDF2 from libcrypto
Fri, 19 Apr 2019 13:21:00 +0200 Kim Alvefur Merge 0.11->trunk
Fri, 19 Apr 2019 13:12:00 +0200 Kim Alvefur util.hashes: Use HMAC function provided by OpenSSL (fixes #1345) 0.11
Fri, 19 Apr 2019 12:41:38 +0200 Kim Alvefur util.hashes: Remove redundant semicolon
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Mon, 23 Jan 2017 18:33:35 +0100 Kim Alvefur util-src/*.c: Squeeze repeated blank lines
Sun, 08 Jan 2017 14:21:08 +0100 Kim Alvefur util-src: Make C modules assert that the Lua runtime matches what it was compiled for
Sun, 26 Apr 2015 12:38:37 +0200 Kim Alvefur util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
Fri, 03 Apr 2015 20:30:14 +0200 Florian Zeitz util-src/*.c: Per convention call luaL_error() as argument to return
Fri, 03 Apr 2015 19:52:48 +0200 Kim Alvefur util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
Wed, 17 Sep 2014 14:30:29 +0200 Kim Alvefur util-src/*.c: Add macro for compiling with Lua 5.2
Wed, 17 Sep 2014 02:23:17 +0200 Kim Alvefur util-src/*.c: Use the more concise lua_setfield
Tue, 16 Sep 2014 21:56:18 +0200 Kim Alvefur util-src/*.c: Don't create globals when loaded
Fri, 09 Aug 2013 16:03:17 +0200 Kim Alvefur util.hashes: Silence compiler warning about pointer signedness 0.9.0
Tue, 06 Aug 2013 14:31:20 +0200 Kim Alvefur util.hashes: Correct argument order
Mon, 13 May 2013 15:52:01 -0400 Waqas Hussain util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __int32 instead.
Sun, 28 Apr 2013 02:28:42 +0200 Florian Zeitz util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C
Sat, 27 Apr 2013 17:01:31 +0200 Florian Zeitz util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
Thu, 10 May 2012 05:57:24 +0200 Kim Alvefur util.hashes: Add sha224, sha384, sha512
Wed, 09 May 2012 01:26:56 +0200 Kim Alvefur util.hashes: Use defined hash function output lengths.
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Mon, 02 Feb 2009 18:03:18 +0000 Matthew Wild Licensing/version updates for some files (forgot to commit, doh...)
Wed, 03 Dec 2008 14:45:03 +0000 Matthew Wild and the C files too
Thu, 27 Nov 2008 21:47:13 +0500 Waqas Hussain Minor changes to C files (to prevent compiler warnings)
Wed, 26 Nov 2008 22:45:33 +0000 Matthew Wild Fix for hashes.c and encodings.c to rename luaopen for util_*
Wed, 26 Nov 2008 01:55:07 +0500 Waqas Hussain Removed commented code
Wed, 26 Nov 2008 01:46:16 +0500 Waqas Hussain Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
less more (0) tip