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
This commit is contained in:
Kim Alvefur 2019-04-19 14:12:28 +02:00
parent 70bbc77e68
commit 43bb3d5756
2 changed files with 38 additions and 1 deletions

View file

@ -2,7 +2,7 @@ return {
_all = {
},
default = {
["exclude-tags"] = "mod_bosh,storage";
["exclude-tags"] = "mod_bosh,storage,SLOW";
};
bosh = {
tags = "mod_bosh";