feat: align with IETF draft-mozleywilliams-dnsop-dnsaid-01 (v0.8.0)#36
Merged
feat: align with IETF draft-mozleywilliams-dnsop-dnsaid-01 (v0.8.0)#36
Conversation
Align dns-aid-core with the renamed IETF draft (v01) and address reviewer feedback on missing SVCB features and DANE coverage. - Add SVCB AliasMode (priority 0) handling in discoverer - Extract ipv4hint/ipv6hint from SVCB params (SvcParamKey 4, 6) - Dynamic DANE verification notes with DNSSEC coupling warning - Rename BANDAID → DNS-AID across all source, tests, docs, metadata - Fix bap SvcParamKey from key65003 to key65010 per draft example - Update draft reference from bandaid-02 to dnsaid-01 - Add DNSSEC/DANE security section to README - Bump version to 0.8.0 BREAKING CHANGE: bap SvcParamKey changed from key65003 to key65010. Existing DNS records using key65003 for bap must be re-published. TXT record prefix changed from bandaid_ to dnsaid_. Signed-off-by: Igor Racic <iracic82@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
verify()returns context-awaredane_notemessages (advisory vs full cert matching) with DNSSEC coupling warning per IETF draft §4.4.1bandaid-02todnsaid-01. TXT prefix changed frombandaid_todnsaid_bapSvcParamKey fix — Changed fromkey65003tokey65010to match IETF draft §4.4.3 exampleBreaking Changes
bapSvcParamKey changed fromkey65003tokey65010— existing DNS records usingkey65003for bap must be re-publishedbandaid_todnsaid_— existing demoted TXT records (Route53, Cloudflare) must be re-publishedTest plan
uv run pytest tests/ -x -q— 750 passed, 32 skipped, 0 failuresuv run ruff check src/dns_aid/— all checks passeduv run ruff format --check src/dns_aid/— 50 files formatteduv run mypy src/dns_aid/— no issues in 50 source filesBANDAID/bandaidreferences via grepkey65003references via grep