mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1858] [MERGED] fix DNSSEC typo #2659
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#2659
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/1858
Author: @HLFH
Created: 12/15/2022
Status: ✅ Merged
Merged: 12/20/2022
Merged by: @djc
Base:
main← Head:fix-dnsec-typo📝 Commits (2)
3359040fix DNSSEC typo4b271f9fix DNSSec typo > DNSSEC📊 Changes
40 files changed (+78 additions, -78 deletions)
View changed files
📝
CHANGELOG.md(+8 -8)📝
README.md(+4 -4)📝
bin/Cargo.toml(+1 -1)📝
bin/README.md(+2 -2)📝
bin/tests/named_test_rsa_dnssec.rs(+1 -1)📝
crates/async-std-resolver/README.md(+1 -1)📝
crates/client/Cargo.toml(+2 -2)📝
crates/client/README.md(+3 -3)📝
crates/client/src/client/client.rs(+3 -3)📝
crates/client/src/client/memoize_client_handle.rs(+1 -1)📝
crates/client/src/lib.rs(+3 -3)📝
crates/client/src/rr/dnssec/signer.rs(+4 -4)📝
crates/proto/src/op/edns.rs(+3 -3)📝
crates/proto/src/op/header.rs(+2 -2)📝
crates/proto/src/rr/dnssec/algorithm.rs(+1 -1)📝
crates/proto/src/rr/dnssec/rdata/key.rs(+5 -5)📝
crates/proto/src/rr/dnssec/rdata/mod.rs(+1 -1)📝
crates/proto/src/rr/dnssec/tbs.rs(+1 -1)📝
crates/proto/src/rr/dnssec/trust_anchor.rs(+1 -1)📝
crates/proto/src/rr/dnssec/verifier.rs(+1 -1)...and 20 more files
📄 Description
At least 40 files have typos with "DNSSEC".
This PR fixes the DNSSEC typo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.