dns-cookie

Crates.iodns-cookie
lib.rsdns-cookie
version0.3.0
sourcesrc
created_at2021-11-06 22:18:27.703902
updated_at2021-11-07 07:25:12.433836
descriptionAlgorithms for Domain Name System (DNS) Cookies construction
homepage
repositoryhttps://github.com/rushmorem/dns-cookie
max_upload_size
id477861
size12,338
Rushmore Mushambi (rushmorem)

documentation

https://docs.rs/dns-cookie

README

DNS Cookie

RFC7873 left the construction of Server Cookies to the discretion of the DNS Server (implementer) which has resulted in a gallimaufry of different implementations. As a result, DNS Cookies are impractical to deploy on multi-vendor anycast networks, because the Server Cookie constructed by one implementation cannot be validated by another.

This crate is an implementation of draft-sury-toorop-dnsop-server-cookies which provides precise directions for creating Server and Client Cookies to address this issue.

Commit count: 9

cargo fmt