Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit |
Asparagusus (talk | contribs) Reverting edit(s) by 2400:AC40:61C:6CA3:7C43:BB56:93C3:FB93 (talk) to rev. 1178634152 by Beland: Vandalism (RW 16.1) |
||
Line 184:
==Authenticating NXDOMAIN responses and NSEC==
Cryptographically proving the absence of a ___domain requires signing the response to every query for a non-existent ___domain. This is not a problem for
The initial solution was to create NSEC records for every pair of domains in a zone. Thus if a client queried for a record at the non-existent <code>k.example.com</code>, the server would respond with an NSEC record stating that nothing exists between <code>a.example.com</code> and <code>z.example.com</code>. However, this leaks more information about the zone than traditional unauthenticated NXDOMAIN errors because it exposes the existence of real domains.
|