mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #845] [MERGED] Update to *ring* 0.16, webpki 0.21, Rustls 0.16, and tokio-rustls 0.10 #1734
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#1734
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/845
Author: @briansmith
Created: 8/10/2019
Status: ✅ Merged
Merged: 8/11/2019
Merged by: @bluejekyll
Base:
master← Head:b/ring-0.16📝 Commits (3)
d61101bUse ring 0.16, Rustls 0.16, and tokio-rustls 0.10.f05891fUpdate code for tokio-rustls API changes.9494b28Update code for for ring API changes.📊 Changes
18 files changed (+237 additions, -130 deletions)
View changed files
📝
Cargo.lock(+182 -46)📝
crates/client/Cargo.toml(+4 -5)📝
crates/client/src/lib.rs(+0 -2)📝
crates/client/src/rr/dnssec/key_format.rs(+3 -7)📝
crates/client/src/rr/dnssec/keypair.rs(+4 -8)📝
crates/https/Cargo.toml(+4 -4)📝
crates/https/src/https_client_stream.rs(+3 -3)📝
crates/proto/Cargo.toml(+2 -3)📝
crates/proto/src/lib.rs(+0 -2)📝
crates/proto/src/rr/dnssec/digest_type.rs(+1 -1)📝
crates/proto/src/rr/dnssec/public_key.rs(+12 -26)📝
crates/resolver/Cargo.toml(+2 -2)📝
crates/rustls/Cargo.toml(+3 -3)📝
crates/rustls/src/lib.rs(+2 -2)📝
crates/rustls/src/tls_client_stream.rs(+2 -3)📝
crates/rustls/src/tls_stream.rs(+9 -9)📝
crates/server/Cargo.toml(+2 -2)📝
tests/integration-tests/Cargo.toml(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.