48 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.1.1 | May 17, 2017 |
#23 in #dig
1,200 downloads per month
1.5MB
27K
SLoC
Overview
NOTICE this crate has been deprecated, instead please see trust-dns-proto
with the dns-over-rustls
feature
Trust-DNS Rustls 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 the rustls TLS 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
~12–24MB
~445K SLoC