mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #218] [MERGED] Remove private key and certificate generation features from the server. #1306
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#1306
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/218
Author: @briansmith
Created: 10/2/2017
Status: ✅ Merged
Merged: 10/3/2017
Merged by: @bluejekyll
Base:
master← Head:no-self-signed-certs📝 Commits (3)
bd62757Remove thecreate_if_absentTLS certificate feature.4ea5bfeRemovecreate_if_absentDNSSEC key feature.8f03ca3Merge branch 'master' into no-self-signed-certs📊 Changes
6 files changed (+7 additions, -175 deletions)
View changed files
📝
openssl/src/tls_server.rs(+0 -58)📝
server/src/config.rs(+1 -21)📝
server/src/named.rs(+3 -77)📝
server/tests/config_tests.rs(+1 -10)📝
server/tests/named_test_configs/dns_over_tls.toml(+1 -1)📝
server/tests/named_test_configs/example.toml(+1 -8)📄 Description
This is probably a controversial change. I don't fully understand the original motivation for the features being removed (and possibly later moved somewhere else). Consider this more of an RFC or a request for an explanation of which scenerios the features could reasonably be used for.
This is a step towards removing
KeyPair::generate(), KeyPair::generate_pkcs(), andKeyFormat::generate_and_encode()`, once the use of those functions is removed from the unit tests, in a separate PR.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.