You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
encrypted-dns-server/src
Frank Denis dbed0a0867 Create certificates using a rolling state
A new key pair is now computed using the previous secret key as a seed.

This still provides forward secrecy, and allows multiple instances
to compute the same ephemeral keys without having to share a state.

Fixes #57
Fixes #27
3 years ago
..
anonymized_dns.rs Upgrade to tokio 1.0.0 4 years ago
blacklist.rs Use impl AsRef<...> 4 years ago
cache.rs client_ttl_jitter -> client_ttl_holdon 4 years ago
config.rs Create certificates using a rolling state 3 years ago
crypto.rs Create certificates using a rolling state 3 years ago
dns.rs Add decreasing TTLs with jitter when a TTL becomes low 4 years ago
dnscrypt.rs Move from failure to anyhow 5 years ago
dnscrypt_certs.rs Create certificates using a rolling state 3 years ago
errors.rs Move from failure to anyhow 5 years ago
globals.rs client_ttl_jitter -> client_ttl_holdon 4 years ago
main.rs Nits 3 years ago
metrics.rs Try to use socket2 less 4 years ago
resolver.rs Nits 3 years ago
varz.rs More statistics; keep track of NXDOMAIN responses 5 years ago