[PR #242] [CLOSED] Allow resolver to be used without openssl. #1320

Closed
opened 2026-03-16 01:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/242
Author: @justinlatimer
Created: 10/19/2017
Status: Closed

Base: masterHead: resolver-no-default


📝 Commits (1)

  • d3ffffe Allow resolver to be used without openssl.

📊 Changes

3 files changed (+27 additions, -10 deletions)

View changed files

📝 resolver/Cargo.toml (+1 -1)
📝 resolver/src/lookup.rs (+6 -1)
📝 resolver/src/resolver_future.rs (+20 -8)

📄 Description

  • Turn off default features in trust-dns (these will be enabled by the default features of the resolver).
  • Conditional compile out the secure client handles if not available.

Happy to tidy up the conditional compilation if you can think of a way it can be done better!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/242 **Author:** [@justinlatimer](https://github.com/justinlatimer) **Created:** 10/19/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `resolver-no-default` --- ### 📝 Commits (1) - [`d3ffffe`](https://github.com/hickory-dns/hickory-dns/commit/d3ffffe03b031ed8866840ce0216fd52dd4bd052) Allow resolver to be used without openssl. ### 📊 Changes **3 files changed** (+27 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `resolver/Cargo.toml` (+1 -1) 📝 `resolver/src/lookup.rs` (+6 -1) 📝 `resolver/src/resolver_future.rs` (+20 -8) </details> ### 📄 Description * Turn off default features in `trust-dns` (these will be enabled by the default features of the resolver). * Conditional compile out the secure client handles if not available. Happy to tidy up the conditional compilation if you can think of a way it can be done better! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:59:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1320
No description provided.