summaryrefslogtreecommitdiff
path: root/src/resolve/RFCs
diff options
context:
space:
mode:
authorott <ott@users.noreply.github.com>2017-12-12 16:30:12 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-12 16:30:12 +0100
commitcb9eeb062c323391fcd98da0c30e844fa5162e90 (patch)
tree6ff22e180130667370e2ca4cd0e2fd0da49d3227 /src/resolve/RFCs
parent7715629e9a1b9fa21343468de6bfd80360b415ff (diff)
downloadsystemd-cb9eeb062c323391fcd98da0c30e844fa5162e90.tar.gz
resolve: add support for RFC 8080 (#7600)
RFC 8080 describes how to use EdDSA keys and signatures in DNSSEC. It uses the curves Ed25519 and Ed448. Libgcrypt 1.8.1 does not support Ed448, so only the Ed25519 is supported at the moment. Once Libgcrypt supports Ed448, support for it can be trivially added to resolve.
Diffstat (limited to 'src/resolve/RFCs')
-rw-r--r--src/resolve/RFCs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/RFCs b/src/resolve/RFCs
index 09c85f9518..7190c16faa 100644
--- a/src/resolve/RFCs
+++ b/src/resolve/RFCs
@@ -53,6 +53,7 @@ Y https://tools.ietf.org/html/rfc6975 → Signaling Cryptographic Algorithm Unde
Y https://tools.ietf.org/html/rfc7129 → Authenticated Denial of Existence in the DNS
Y https://tools.ietf.org/html/rfc7646 → Definition and Use of DNSSEC Negative Trust Anchors
~ https://tools.ietf.org/html/rfc7719 → DNS Terminology
+Y https://tools.ietf.org/html/rfc8080 → Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC
Also relevant: