mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2778] [MERGED] proto: introduce dnssec-aws-lc-rs feature #3313
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#3313
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/2778
Author: @djc
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @djc
Base:
main← Head:actuallly-aws-lc📝 Commits (9)
a16f586proto: introduce dnssec-aws-lc-rs feature02552e5client: add support for dnssec-aws-lc-rs6cf0535resolver: add support for dnssec-aws-lc-rs774c4a4recursor: add support for dnssec-aws-lc-rs136353eserver: add support for dnssec-aws-lc-rs11c49d5bin: add support for dnssec-aws-lc-rs9d3c535util: add support for dnssec-aws-lc-rs3adea9ctests: add support for dnssec-aws-lc-rs2f64383ci: test DNSSEC support with aws-lc-rs📊 Changes
71 files changed (+662 additions, -412 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -0)📝
Cargo.lock(+209 -5)📝
Cargo.toml(+2 -1)📝
bin/Cargo.toml(+4 -2)📝
bin/src/lib.rs(+14 -15)📝
bin/tests/integration/authority_battery/dnssec.rs(+3 -3)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+3 -3)📝
bin/tests/integration/config_tests.rs(+4 -4)📝
bin/tests/integration/in_memory.rs(+2 -2)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+8 -8)📝
bin/tests/integration/server_harness/mod.rs(+4 -4)📝
bin/tests/integration/server_harness/mut_message_client.rs(+5 -5)📝
bin/tests/integration/store_file_tests.rs(+6 -6)📝
bin/tests/integration/store_sqlite_tests.rs(+5 -5)📝
bin/tests/integration/txt_tests.rs(+5 -5)📝
crates/client/Cargo.toml(+3 -1)📝
crates/client/src/client/mod.rs(+2 -2)📝
crates/client/src/error.rs(+4 -4)📝
crates/proto/Cargo.toml(+4 -1)📝
crates/proto/src/dnssec/crypto.rs(+14 -17)...and 51 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.