aboutsummaryrefslogtreecommitdiffstats
path: root/.busted
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-04-19 14:12:28 +0200
committerKim Alvefur <zash@zash.se>2019-04-19 14:12:28 +0200
commit43bb3d5756a77f7d67a470ca1c69c979a2dba612 (patch)
treea55a9e0baf76e217e7265cf807b2742514942401 /.busted
parent70bbc77e68d75584b50be3c950ab4c5aed163374 (diff)
downloadprosody-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--.busted2
1 files changed, 1 insertions, 1 deletions
diff --git a/.busted b/.busted
index f5f9472e..0206c093 100644
--- a/.busted
+++ b/.busted
@@ -2,7 +2,7 @@ return {
_all = {
},
default = {
- ["exclude-tags"] = "mod_bosh,storage";
+ ["exclude-tags"] = "mod_bosh,storage,SLOW";
};
bosh = {
tags = "mod_bosh";