[GH-ISSUE #1645] Support *ring* in trust-dns-util in addition to openssl #723

Open
opened 2026-03-15 23:59:44 +03:00 by kerem · 0 comments
Owner

Originally created by @bluejekyll on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1645

Is your feature request related to a problem? Please describe.

the trust-dns-util crate currently only supports openssl making it incongruous with the other trust-dns crates.

Describe the solution you'd like

ring should work for all need operations, this needs to be added via some of the features on the crate.

Additional context

*ring* is a safer cryptography library than openssl we would like to eventually use only it for all operations.

Originally created by @bluejekyll on GitHub (Feb 25, 2022). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1645 **Is your feature request related to a problem? Please describe.** the trust-dns-util crate currently only supports openssl making it incongruous with the other trust-dns crates. **Describe the solution you'd like** ring should work for all need operations, this needs to be added via some of the features on the crate. **Additional context** `*ring*` is a safer cryptography library than `openssl` we would like to eventually use only it for all operations.
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#723
No description provided.