mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #646] Inclusion of "new" record types #263
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#263
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?
Originally created by @argantos on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/646
I thought about writing a validator for SSH fingerprints / OPENPGP keys using the SSHFP and OPENPGPKEY DNS record types using this awesome project. The former is commented out, and the latter is not present. There may be even more non-omnipresent record types, so I am interested in the criteria when a record type should be included.
In my opinion, DANE methods (most prominentely TLSA) have a huge potential, and it would be nice to see more of them supported.
@bluejekyll commented on GitHub (Jan 4, 2019):
I’ve implemented what I’ve seen as “core” record types. I’m of course open to any standard types.
@argantos commented on GitHub (Jan 4, 2019):
The states of the respective RFCs are "proposed standard" (SSHFP) and "experimental" (OPENPGPKEY). Concerning OPENPGPKEY and other record types I have no strong opinion. Either way, one can always use the Unknown(u16) variant.
But I think SSHFP is ready to be added (it has been around since 2006, and is well-supported in OpenSSH). It was removed in this commit.
@bluejekyll commented on GitHub (Jan 4, 2019):
Yes. Both of these should be fine. If you wanted to submit a patch, I’d happily review and accept.
@bluejekyll commented on GitHub (Jan 9, 2019):
This was fixed with #647