Skip to content

Warn users not to use insecure TSIG algorithms when using DNS UPDATE and ACME DNS01 #6580

@wallrj

Description

@wallrj
  • SHA1 and MD5 are allowed by our API but they are insecure.
  • We could return a deprecation warning if those are used.

// This list must be kept in sync with pkg/issuer/acme/dns/rfc2136/rfc2136.go
var supportedTSIGAlgorithms = []string{
"HMACMD5",
"HMACSHA1",
"HMACSHA256",
"HMACSHA512",
}

Links

Originally posted by @inteon in #6579 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions