#dns #dnssec #bind #dig #named #tls-connection #client-server

trust-dns-openssl

Trust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use tokio-openssl for TLS.

40 releases

0.21.1 Feb 28, 2022
0.21.0-alpha.4 Oct 13, 2021
0.20.4 Feb 2, 2022
0.20.3 May 15, 2021
0.2.0 Nov 30, 2017

#19 in #dig

Download history 1/week @ 2023-12-11 5/week @ 2023-12-18 38/week @ 2024-02-12 77/week @ 2024-02-19 83/week @ 2024-02-26 56/week @ 2024-03-04 48/week @ 2024-03-11

271 downloads per month

MIT/Apache

1.5MB
27K SLoC

Overview

Trust-DNS OpenSSL is a library which implements the DNS over TLS protocol and client side functions.

This library allows for TLS connections to be established to remote DNS servers. It can replace the standard ClientConnection in the Trust-DNS library. This uses OpenSSL library for all TLS communications.

Minimum Rust Version

The current minimum rustc version for this project is 1.54

Versioning

Trust-DNS does it's best job to follow semver. Trust-DNS will be promoted to 1.0 upon stabilization of the publicly exposed APIs. This does not mean that Trust-DNS will necessarily break on upgrades between 0.x updates. Whenever possible, old APIs will be deprecated with notes on what replaced those deprecations. Trust-DNS will make a best effort to never break software which depends on it due to API changes, though this can not be guaranteed. Deprecated interfaces will be maintained for at minimum one major release after that in which they were deprecated (where possible), with the exception of the upgrade to 1.0 where all deprecated interfaces will be planned to be removed.

Dependencies

~9.5MB
~208K SLoC