Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spec: Suppress some harmless luacheck warnings in tests | Matthew Wild | 2023-01-13 | 1 | -0/+2 |
| | |||||
* | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384 | Matthew Wild | 2023-01-13 | 1 | -0/+38 |
| | | | | These are needed for PASETO v3.local. | ||||
* | util.hashes: Add SHA3 bindings | Kim Alvefur | 2020-09-10 | 1 | -0/+15 |
| | |||||
* | util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 | 1 | -6/+6 |
| | |||||
* | util.hashes: Fix output length of PBKDF2-HMAC-SHA256 | Kim Alvefur | 2020-04-22 | 1 | -0/+18 |
| | | | | Somehow it got SHA1's 20 byte output instead of the proper 32 = 256/8 | ||||
* | util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in tests | Kim Alvefur | 2020-04-22 | 1 | -5/+5 |
| | |||||
* | Backed out changeset 61bc5c52c941 | Kim Alvefur | 2019-04-21 | 1 | -16/+0 |
| | | | | luaL_buffinitsize is only available in Lua 5.2+ | ||||
* | util.hashes: Allow specifying output key length | Kim Alvefur | 2019-04-20 | 1 | -0/+16 |
| | | | | This is not needed for SCRAM but PBKDF2 takes this argument. | ||||
* | util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi()) | Kim Alvefur | 2019-04-19 | 1 | -0/+37 |
Number 4 is disabled by default beacuse of how long time it takes |