mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #2779] [MERGED] proto: prepare dnssec for aws-lc-rs #3314
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#3314
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/2779
Author: @djc
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/16/2025
Merged by: @bluejekyll
Base:
main← Head:dnssec-rm-inner-guards📝 Commits (4)
5a2a5dbproto: rename ring module to cryptod8e311aproto: remove dnssec-ring guards within dnssec module441e464proto: use module-level hmac importc5c3d19proto: use deprecated API for interoperability📊 Changes
20 files changed (+38 additions, -76 deletions)
View changed files
📝
bin/src/dnssec.rs(+1 -1)📝
crates/proto/src/dnssec/algorithm.rs(+9 -10)📝
crates/proto/src/dnssec/crypto.rs(+2 -4)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+5 -10)📝
crates/proto/src/dnssec/ec_public_key.rs(+0 -1)📝
crates/proto/src/dnssec/mod.rs(+2 -10)📝
crates/proto/src/dnssec/nsec3.rs(+1 -4)📝
crates/proto/src/dnssec/public_key.rs(+1 -1)📝
crates/proto/src/dnssec/rdata/dnskey.rs(+5 -8)📝
crates/proto/src/dnssec/rdata/ds.rs(+1 -6)📝
crates/proto/src/dnssec/rdata/key.rs(+2 -5)📝
crates/proto/src/dnssec/rdata/tsig.rs(+1 -7)📝
crates/proto/src/dnssec/signer.rs(+1 -2)📝
crates/proto/src/serialize/txt/rdata_parsers/dnskey.rs(+1 -1)📝
crates/proto/src/serialize/txt/trust_anchor.rs(+1 -1)📝
crates/server/src/authority/authority.rs(+1 -1)📝
tests/compatibility-tests/tests/integration/sig0_tests.rs(+1 -1)📝
tests/integration-tests/src/example_authority.rs(+1 -1)📝
tests/integration-tests/tests/integration/client_future_tests.rs(+1 -1)📝
tests/integration-tests/tests/integration/client_tests.rs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.