You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement DNSSEC chain validation for responses received from upstream resolvers. This is Phase 1C of DNSSEC support — the core validation logic that verifies cryptographic signatures.
Overview
Implement DNSSEC chain validation for responses received from upstream resolvers. This is Phase 1C of DNSSEC support — the core validation logic that verifies cryptographic signatures.
Parent Issue
Prerequisites
Background
A validating resolver performs cryptographic verification of DNS responses:
Implementation Tasks
Trust Anchor Management
TrustAnchorStoreclassappsettings.json:DNSKEY Validation
DnssecValidatorclassRRSIG Signature Verification
Chain Building
BuildValidationChain(domainName):Authenticated Denial
Response Processing
DnsServer.ProcessUdpRequest()Validation Policies
Testing
Unit Tests
Integration Tests
Test Domains
Technical References
Acceptance Criteria
Related Issues