Skip to content

Commit

Permalink
Merge pull request #2803 from jacksgt/remove-hmac-md5
Browse files Browse the repository at this point in the history
rfc2136: remove deprecated MD5 key algorithm
  • Loading branch information
k8s-ci-robot authored Nov 27, 2022
2 parents ee77277 + 3ed2264 commit f1d37ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/rfc2136/rfc2136.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f1d37ea

Please sign in to comment.