mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #80] [MERGED] Openssl 09 #1230
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#1230
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/80
Author: @bluejekyll
Created: 12/31/2016
Status: ✅ Merged
Merged: 12/31/2016
Merged by: @bluejekyll
Base:
master← Head:openssl-09📝 Commits (6)
1f31d7erefactor to allow multiple key implementations3e0a40cadd byte format test for trust_keyseeaacecupgrade to OpenSSL 0.9c5477ffbump versions for release922916efix build for optional components1d66b75add publish script📊 Changes
27 files changed (+893 additions, -649 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
Cargo.lock(+20 -41)📝
client/Cargo.toml(+4 -2)📝
client/src/client/client.rs(+3 -3)📝
client/src/client/secure_client_handle.rs(+2 -2)📝
client/src/rr/dnssec/algorithm.rs(+99 -220)📝
client/src/rr/dnssec/digest_type.rs(+18 -14)➕
client/src/rr/dnssec/keypair.rs(+227 -0)📝
client/src/rr/dnssec/mod.rs(+2 -0)📝
client/src/rr/dnssec/nsec3.rs(+1 -1)📝
client/src/rr/dnssec/signer.rs(+275 -237)📝
client/src/rr/dnssec/supported_algorithm.rs(+4 -2)📝
client/src/rr/dnssec/trust_anchor.rs(+37 -8)➕
scripts/cargo_publish.sh(+35 -0)➖
scripts/update_gh_pages_docs.sh(+0 -4)📝
server/Cargo.toml(+2 -2)📝
server/src/authority/authority.rs(+3 -76)📝
server/src/named.rs(+7 -5)📝
server/tests/authority_tests.rs(+6 -1)📝
server/tests/catalog_tests.rs(+6 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.