mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #208] [MERGED] pem-to-public-dnskey utility #1303
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#1303
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/208
Author: @bluejekyll
Created: 9/25/2017
Status: ✅ Merged
Merged: 9/27/2017
Merged by: @bluejekyll
Base:
master← Head:pem-dnskey📝 Commits (7)
f525d24update change logsba07885add the pem-to-public-dnskey utilityeb210ccadd README referece3b7823dfix renamed method7a55b77add PublicKeyBuf for KeyPair conversion9a927cdbump versionsadf3ce4Merge branch 'master' into pem-dnskey📊 Changes
22 files changed (+523 additions, -200 deletions)
View changed files
📝
CHANGELOG.md(+11 -1)📝
Cargo.lock(+39 -39)📝
README.md(+3 -3)📝
client/Cargo.toml(+1 -1)📝
client/src/client/secure_client_handle.rs(+10 -8)📝
client/src/rr/dnssec/keypair.rs(+138 -79)📝
client/src/rr/dnssec/mod.rs(+1 -0)📝
client/src/rr/dnssec/public_key.rs(+75 -34)📝
client/src/rr/dnssec/trust_anchor.rs(+17 -8)📝
integration-tests/tests/client_tests.rs(+8 -4)📝
integration-tests/tests/secure_client_handle_tests.rs(+5 -2)📝
native-tls/Cargo.toml(+2 -2)📝
resolver/CHANGELOG.md(+2 -1)📝
resolver/Cargo.toml(+2 -2)📝
rustls/Cargo.toml(+2 -2)📝
server/Cargo.toml(+2 -2)📝
server/tests/z_named_native_tls_tests.rs(+0 -6)📝
server/tests/z_named_tests.rs(+0 -3)➕
tests/ca.pubkey(+14 -0)📝
util/Cargo.toml(+11 -3)...and 2 more files
📄 Description
Fixes #206
Fixes #207
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.