mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #112] [MERGED] support tokio-openssl for 100% openssl #1245
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#1245
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/112
Author: @bluejekyll
Created: 4/1/2017
Status: ✅ Merged
Merged: 4/8/2017
Merged by: @bluejekyll
Base:
master← Head:tokio-openssl📝 Commits (10+)
fd6e40esupport tokio-openssl for 100% openssld8d4eb4dedup some test config2c472a2fixup server to only use tokio-openssl for nowffbfdd5fix build on linux3c543e7fix target_os=macos just tls-native9525de2scripts etc and tests for native-tls3b0a00eget cert generation and tests passing41991dbfix some compilation issues on linux1e47681fix server uses of tlse2c76b2add integration test for native-tls module📊 Changes
45 files changed (+1911 additions, -788 deletions)
View changed files
📝
.travis.yml(+5 -0)📝
Cargo.lock(+70 -48)📝
Cargo.toml(+1 -1)📝
client/Cargo.toml(+3 -11)📝
client/src/lib.rs(+18 -5)➕
client/src/tests.rs(+134 -0)📝
client/src/tls/mod.rs(+3 -0)➕
client/src/tls/tests.rs(+243 -0)📝
client/src/tls/tls_client_connection.rs(+0 -14)📝
client/src/tls/tls_client_stream.rs(+2 -14)📝
client/src/tls/tls_stream.rs(+70 -86)➖
client/tests/tls_stream_tests.rs(+0 -325)➕
native-tls/Cargo.toml(+57 -0)➕
native-tls/src/lib.rs(+34 -0)➕
native-tls/src/tests.rs(+212 -0)➕
native-tls/src/tls_client_connection.rs(+92 -0)➕
native-tls/src/tls_client_stream.rs(+69 -0)➕
native-tls/src/tls_stream.rs(+170 -0)📝
scripts/docker_ftest.sh(+1 -1)➕
scripts/gen_certs.sh(+86 -0)...and 25 more files
📄 Description
This allows only OpenSSL to be used for TLS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.