File

.busted @ 9964:f299d4917dd8

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
author Kim Alvefur <zash@zash.se>
date Fri, 19 Apr 2019 14:12:28 +0200
parent 9452:9d892b2415bf
line wrap: on
line source

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