aboutsummaryrefslogtreecommitdiff
path: root/pkg/dns/dns.go
Commit message (Collapse)AuthorAgeFilesLines
* add DummyResolverHEADv0.0.9mainLinus Nordberg2022-06-211-0/+11
| | | | Can be used to disable DNS checks.
* use hashing from merkle packageRasmus Dahlberg2022-06-211-1/+2
|
* update module name (s/sigsum-lib-go/sigsum-go)v0.0.4Rasmus Dahlberg2022-04-101-2/+2
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* add dns packageRasmus Dahlberg2022-03-281-0/+62
Mostly imported from sigsum-log-go. Added strict domain hint parsing, two tests, and an example. This should be part of the sigsum-go lib because some client tooling may also want to check domain hints.