.busted
author Kim Alvefur <zash@zash.se>
Sun, 29 Nov 2020 17:58:45 +0100
changeset 12565 adfb46a3e8a7
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.hashes: Expose sha224 and sha384 HMAC functions For completeness and consistency with set of plain hash functions

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