trust-dns-openssl

Crates.iotrust-dns-openssl
lib.rstrust-dns-openssl
version0.21.1
sourcesrc
created_at2017-10-03 07:35:17.229917
updated_at2022-02-28 04:19:09.789656
descriptionTrust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use tokio-openssl for TLS.
homepagehttp://www.trust-dns.org/index.html
repositoryhttps://github.com/bluejekyll/trust-dns
max_upload_size
id34233
size17,542
Benjamin Fry (bluejekyll)

documentation

https://docs.rs/trust-dns-openssl

README

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.

Commit count: 2615

cargo fmt