Skip to content

Commit

Permalink
Merge pull request #33 from ietf-wg-dance/dancing-with-dns
Browse files Browse the repository at this point in the history
Dancing with DNS
  • Loading branch information
oej authored Apr 6, 2024
2 parents 909382f + 8098d92 commit 4b565f6
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion draft-ietf-dance-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,31 @@ In addition, SIP devices can establish security in the SIP messaging by using DN

### DNS over TLS client authentication

Issue #7
DNS-over-TLS client authentication is applicable to most portions of the
transport segments of the DNS infrastructure.
Current BCP for authentication between DNS infrastructure tends to be based
upon a shared secret in the form of TSIG.

From authoritative to authoritative secondary, it can be applied to
XFR-over-TLS ("XoT") as an upgrade to TSIG, removing the need for out-of-band
communication of shared secrets, currently a weak point in that portion of
the infrastructure.

From authoritative servers to recursive servers, in situations in which both
are part of a common trust-group or have access to the same non-public or
split-horizon zone data, client authentication allows authoritative servers
to give selective access to specific recursive servers. Alternatively, some
recursive servers could authenticate in order to gain access to
non-content-related special services, such as a higher query rate-limit quota
than is publicly available.

Between recursive resolvers and caching/forwarding or stub resolvers,
authentication can be used to gain access to special services, such as
subscription-based malware blocking, or visibility of corporate split-horizon
internal zone, or to distinguish between subscribers to different performance tiers.

In the ideal implementation, client and server would bidirectionally authenticate, using DANE client certificates to bootstrap TLS transport security.


### SMTP, STARTTLS

Expand Down

0 comments on commit 4b565f6

Please sign in to comment.