mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #396] [MERGED] TLS support in TRust-DNS Resolver #1406
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#1406
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/396
Author: @bluejekyll
Created: 4/13/2018
Status: ✅ Merged
Merged: 4/17/2018
Merged by: @bluejekyll
Base:
master← Head:resolver-tls-configs📝 Commits (10+)
3598f22add dns-over-tls deps to resolver93361c4add new_tls_stream fnfbbb831dependencies all linkingf0adc5ecloudflare teste347169openssl for dns-over-tls8947d31dns-over-tls with native-tlsa6a284aadd todo about TCP connection error not being delivered15c236fdisable openssl tests until we figure out default CAs2488db0fix testse364812fix tls tests📊 Changes
43 files changed (+934 additions, -388 deletions)
View changed files
📝
.travis.yml(+22 -1)📝
Cargo.lock(+17 -3)📝
README.md(+28 -8)📝
appveyor.yml(+7 -3)📝
client/src/client/client_connection.rs(+5 -7)📝
client/src/client/mod.rs(+2 -2)📝
client/src/multicast/mdns_client_connection.rs(+18 -20)📝
integration-tests/Cargo.toml(+5 -4)📝
integration-tests/src/lib.rs(+12 -12)📝
integration-tests/src/tls_client_connection.rs(+9 -11)📝
integration-tests/tests/name_server_pool_tests.rs(+1 -0)📝
integration-tests/tests/server_future_tests.rs(+9 -11)📝
native-tls/Cargo.toml(+0 -1)📝
native-tls/src/lib.rs(+0 -1)📝
native-tls/src/tests.rs(+8 -5)📝
native-tls/src/tls_client_stream.rs(+10 -7)📝
native-tls/src/tls_stream.rs(+24 -19)📝
openssl/Cargo.toml(+0 -1)📝
openssl/src/lib.rs(+0 -1)📝
openssl/src/tls_client_stream.rs(+12 -10)...and 23 more files
📄 Description
Fixes: #216
Fixes: #156
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.