diff options
author | Kim Alvefur <zash@zash.se> | 2019-04-19 14:12:28 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-04-19 14:12:28 +0200 |
commit | 43bb3d5756a77f7d67a470ca1c69c979a2dba612 (patch) | |
tree | a55a9e0baf76e217e7265cf807b2742514942401 /.busted | |
parent | 70bbc77e68d75584b50be3c950ab4c5aed163374 (diff) | |
download | prosody-43bb3d5756a77f7d67a470ca1c69c979a2dba612.tar.gz prosody-43bb3d5756a77f7d67a470ca1c69c979a2dba612.zip |
util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())
Number 4 is disabled by default beacuse of how long time it takes
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ return { _all = { }, default = { - ["exclude-tags"] = "mod_bosh,storage"; + ["exclude-tags"] = "mod_bosh,storage,SLOW"; }; bosh = { tags = "mod_bosh"; |