aboutsummaryrefslogtreecommitdiffstats
path: root/util/hmac.lua
Commit message (Collapse)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
|
* util.hashes: Bind BLAKE2 algoritms supported by OpenSSLKim Alvefur2020-09-101-0/+2
|
* util.hashes: Expose sha224 and sha384 HMAC functionsKim Alvefur2020-11-291-0/+2
| | | | For completeness and consistency with set of plain hash functions
* util.hmac: Expose hmac-sha-512 tooKim Alvefur2019-04-191-0/+1
| | | | All these are provided by util.hashes so why not?
* util.hmac: Reflow codeKim Alvefur2019-04-191-3/+5
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-271-59/+5
|
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | util.hmac: Optimized.Waqas Hussain2009-12-011-29/+20
|/
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* util.hmac: Convert spaces to tabsMatthew Wild2009-07-101-33/+33
|
* util.hmac: Some optimisationsMatthew Wild2009-07-051-3/+6
|
* util.hmac: Fix a global setMatthew Wild2009-07-051-1/+1
|
* Added HMAC utility moduleDwayne Bent2009-07-011-0/+67
Produces HMAC codes using all the supported hashes (md5, sha1, sha256)