This commit is contained in:
Jeroen van Erp
2018-07-24 14:18:02 +02:00
parent 5bebe044aa
commit 7d07c1bb46
10 changed files with 102 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ class MacSpec extends IntegrationBaseSpec {
client.authenticated
where:
macFactory << [new HMACSHA2256.Factory(), new HMACRIPEMD160.Factory()]
macFactory << [Macs.HMACRIPEMD160(), Macs.HMACRIPEMD160OpenSsh(), Macs.HMACSHA2256(), Macs.HMACSHA2512()]
mac = macFactory.name
}
}