mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #285] [MERGED] Support for TLSA #1342
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1342
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/285
Author: @bluejekyll
Created: 11/10/2017
Status: ✅ Merged
Merged: 11/12/2017
Merged by: @bluejekyll
Base:
master← Head:support_tlsa📝 Commits (9)
3ba4a0fadd binary parsers for TLSAf33588cMerge branch 'master' into support_tlsab20c390binary tests for TLSA2556320master file parsing for TLSA8379a13simplify text record parsingce438bctlsa tests9f8d0f8add some additional tests to TLSA and CAAf507a6efix the parsing tests for CAA and TLSAccff9e4clean up some unneeded comments📊 Changes
24 files changed (+784 additions, -249 deletions)
View changed files
📝
README.md(+1 -0)📝
client/src/error/parse_error.rs(+1 -0)📝
client/src/lib.rs(+0 -1)📝
client/src/rr/dnssec/signer.rs(+1 -0)📝
client/src/serialize/txt/master.rs(+40 -33)📝
client/src/serialize/txt/parse_rdata.rs(+27 -14)📝
client/src/serialize/txt/rdata_parsers/a.rs(+5 -12)📝
client/src/serialize/txt/rdata_parsers/aaaa.rs(+5 -12)📝
client/src/serialize/txt/rdata_parsers/caa.rs(+20 -23)📝
client/src/serialize/txt/rdata_parsers/mod.rs(+1 -0)📝
client/src/serialize/txt/rdata_parsers/mx.rs(+14 -26)📝
client/src/serialize/txt/rdata_parsers/name.rs(+7 -12)📝
client/src/serialize/txt/rdata_parsers/null.rs(+1 -2)📝
client/src/serialize/txt/rdata_parsers/soa.rs(+29 -53)📝
client/src/serialize/txt/rdata_parsers/srv.rs(+23 -40)➕
client/src/serialize/txt/rdata_parsers/tlsa.rs(+93 -0)📝
client/src/serialize/txt/rdata_parsers/txt.rs(+2 -10)📝
native-tls/src/tls_stream.rs(+1 -1)📝
proto/src/rr/rdata/mod.rs(+2 -0)➕
proto/src/rr/rdata/tlsa.rs(+446 -0)...and 4 more files
📄 Description
fixes #235
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.