Ava ChowandGitHub 053dbc16df Remove incorrect compose_len from rrsig (#313)
ProtoRrsig is used to produce the data that is signed. According to
RFC 4034, this serialization begins with the first rdata field which is
type_covered, however ProtoRrsig is inserting a length at the beginning. As
such, signatures produced by SortedRecords::sign() are invalid. Fix this by
removing that length from the serialization.
2024-05-10 10:52:18 +02:00
2024-04-29 17:41:07 +02:00
2016-01-26 12:57:02 +01:00
2024-04-30 12:49:28 +02:00
2024-05-06 15:28:26 +02:00
2024-01-25 11:34:27 +01:00

domain A DNS library for Rust

Current Documentation Mastodon Follow

A library for interacting with the Domain Name System. The crate contains an ever-growing set of building blocks for including DNS functionality in applications.

Currently, these blocks include:

  • basic data structures and functionality for creating and parsing DNS data and messages,
  • support for signing and verifying messages using the TSIG mechanism,
  • experimental support for reading data from DNS master files (also known as zone files),
  • experimental and as yet incomplete support for DNSSEC signing and validation,
  • a simple Tokio-based stub resolver.

If you have ideas, requests, or proposals for future features, please dont hesitate to open Github issues.

Licensing

The domain crate is distributed under the terms of the BSD-3-clause license. See the LICENSE file for details.

S
Description
No description provided
Readme BSD-3-Clause
16 MiB
Languages
Rust 100%