Crates.io | dns-cookie |
lib.rs | dns-cookie |
version | 0.3.0 |
source | src |
created_at | 2021-11-06 22:18:27.703902 |
updated_at | 2021-11-07 07:25:12.433836 |
description | Algorithms for Domain Name System (DNS) Cookies construction |
homepage | |
repository | https://github.com/rushmorem/dns-cookie |
max_upload_size | |
id | 477861 |
size | 12,338 |
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.