rfc2136: remove deprecated MD5 key algorithm

Signed-off-by: Jack Henschel <jack.henschel@cern.ch>
This commit is contained in:
Jack Henschel 2022-11-25 13:03:43 +01:00
parent ee772772f4
commit 3ed22648cb

View File

@ -71,7 +71,6 @@ type rfc2136Provider struct {
// Map of supported TSIG algorithms
var tsigAlgs = map[string]string{
"hmac-md5": dns.HmacMD5,
"hmac-sha1": dns.HmacSHA1,
"hmac-sha224": dns.HmacSHA224,
"hmac-sha256": dns.HmacSHA256,