mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2566] [MERGED] More modularization of DNSSEC crypto code #3144
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#3144
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/2566
Author: @djc
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/17/2024
Merged by: @djc
Base:
main← Head:dnssec-module📝 Commits (7)
5fcf75aproto: hoist dnssec module up one level22e20bdproto: remove unnecessary trait shims3aeb09eproto: move SigningKey trait and decode_key() into dnssec root moduleb1cf37dproto: create separate modules for ring and openssla17872bproto: only export backend-specific implementations via specific modulesbfe377aproto: avoid silently defaulting to SHA512cd3fc8cproto: narrow DigestType definition to make conversions infallible📊 Changes
79 files changed (+576 additions, -633 deletions)
View changed files
📝
bin/src/dnssec.rs(+3 -3)📝
bin/src/hickory-dns.rs(+2 -3)📝
bin/tests/integration/authority_battery/dnssec.rs(+5 -7)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+4 -4)📝
bin/tests/integration/config_tests.rs(+1 -1)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+4 -2)📝
bin/tests/integration/server_harness/mod.rs(+6 -3)📝
crates/client/src/client/dnssec_client.rs(+1 -1)📝
crates/proto/src/dnssec/algorithm.rs(+0 -0)📝
crates/proto/src/dnssec/digest_type.rs(+28 -38)📝
crates/proto/src/dnssec/ec_public_key.rs(+0 -0)📝
crates/proto/src/dnssec/key_format.rs(+3 -4)➕
crates/proto/src/dnssec/mod.rs(+188 -0)📝
crates/proto/src/dnssec/nsec3.rs(+0 -0)📝
crates/proto/src/dnssec/openssl.rs(+9 -292)📝
crates/proto/src/dnssec/proof.rs(+2 -2)📝
crates/proto/src/dnssec/public_key.rs(+2 -2)📝
crates/proto/src/dnssec/rdata/cdnskey.rs(+0 -0)📝
crates/proto/src/dnssec/rdata/cds.rs(+0 -0)📝
crates/proto/src/dnssec/rdata/dnskey.rs(+2 -5)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.