mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #119] [MERGED] Support KEY flags and fix sig0 signing algorithm #1250
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#1250
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/119
Author: @bluejekyll
Created: 4/23/2017
Status: ✅ Merged
Merged: 5/7/2017
Merged by: @bluejekyll
Base:
master← Head:key_flags📝 Commits (4)
1a04ecesupport KEY flagsa9fca20Deprecate Protocol flags in KEY records21e636cFix SIG(0) calculation (#122)4d898ceBIND sig0 create test passing📊 Changes
37 files changed (+1798 additions, -666 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.lock(+60 -87)📝
client/src/client/client.rs(+3 -1)📝
client/src/client/mod.rs(+2 -0)📝
client/src/client/secure_client_handle.rs(+66 -44)📝
client/src/error/dnssec_error.rs(+3 -0)📝
client/src/op/message.rs(+17 -20)📝
client/src/rr/dnssec/digest_type.rs(+3 -3)📝
client/src/rr/dnssec/key_format.rs(+23 -42)📝
client/src/rr/dnssec/keypair.rs(+50 -27)📝
client/src/rr/dnssec/nsec3.rs(+6 -3)📝
client/src/rr/dnssec/signer.rs(+127 -49)📝
client/src/rr/dnssec/trust_anchor.rs(+1 -0)📝
client/src/rr/rdata/dnskey.rs(+47 -29)📝
client/src/rr/rdata/ds.rs(+1 -1)➕
client/src/rr/rdata/key.rs(+837 -0)📝
client/src/rr/rdata/mod.rs(+3 -1)📝
client/src/rr/rdata/sig.rs(+23 -0)📝
client/src/rr/record_data.rs(+7 -19)📝
compatibility/Cargo.toml(+1 -1)...and 17 more files
📄 Description
Add support for all the flags of KEY, and split DNSKEY from KEY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.