mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2218] [MERGED] Remove broken mtls code to fix CI #2886
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#2886
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/2218
Author: @djc
Created: 5/21/2024
Status: ✅ Merged
Merged: 5/21/2024
Merged by: @bluejekyll
Base:
main← Head:kill-mtls📝 Commits (2)
c402372Remove broken mtls code8f6e4afUpdate dependencies📊 Changes
11 files changed (+193 additions, -391 deletions)
View changed files
📝
Cargo.lock(+183 -188)📝
bin/Cargo.toml(+0 -3)📝
crates/proto/Cargo.toml(+0 -3)📝
crates/proto/src/native_tls/tests.rs(+2 -54)📝
crates/proto/src/native_tls/tls_client_stream.rs(+0 -8)📝
crates/proto/src/native_tls/tls_stream.rs(+0 -6)📝
crates/proto/src/openssl/tls_client_stream.rs(+0 -8)📝
crates/proto/src/openssl/tls_stream.rs(+0 -6)📝
crates/proto/src/rustls/tests.rs(+4 -52)📝
crates/proto/tests/openssl_tests.rs(+4 -60)📝
crates/server/Cargo.toml(+0 -3)📄 Description
Nightly Rust started warning about undefined features, which broke CI:
https://github.com/hickory-dns/hickory-dns/actions/runs/9172380557/job/25219060007
The
mtlsfeature seems to have been added in a broken state in #117 and has never since been fixed. I wouldn't be surprised if the same use case can work today by providing a preconfigured rustlsClientConfigwith client authentication enabled. In either case, it seems unlikely that this code will ever be fixed, so probably better to remove it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.