mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #54] [MERGED] Bfry/upgrade openssl 0.8 #1206
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#1206
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/54
Author: @bluejekyll
Created: 10/20/2016
Status: ✅ Merged
Merged: 10/20/2016
Merged by: @bluejekyll
Base:
master← Head:bfry/upgrade-openssl-0.8📝 Commits (4)
2b14581all coded updated, error in DNSEC validation testse152729reverted ROOT_ANCHOR back to string: #506cb0c20extra debug infof9afd7afixed overzealous usage of try!()📊 Changes
17 files changed (+282 additions, -234 deletions)
View changed files
📝
Cargo.lock(+3 -17)📝
Cargo.toml(+1 -2)📝
src/authority/authority.rs(+29 -19)📝
src/client/client.rs(+57 -28)📝
src/client/client_future.rs(+3 -4)📝
src/error/client_error.rs(+4 -0)📝
src/error/decode_error.rs(+6 -3)📝
src/lib.rs(+1 -1)📝
src/named.rs(+14 -10)📝
src/op/message.rs(+9 -7)📝
src/rr/dnssec/algorithm.rs(+22 -58)📝
src/rr/dnssec/digest_type.rs(+3 -3)➕
src/rr/dnssec/error.rs(+57 -0)📝
src/rr/dnssec/mod.rs(+7 -0)📝
src/rr/dnssec/nsec3.rs(+19 -16)📝
src/rr/dnssec/signer.rs(+43 -59)📝
src/rr/dnssec/trust_anchor.rs(+4 -7)📄 Description
Fixes #50
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.