From: Philip Homburg Date: Thu, 17 Feb 2022 14:09:04 +0000 (+0100) Subject: Unofficial definitions for LDNS_XMSSMT, LDNS_HSSLMS, and LDNS_XMSS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f9f75c424afd4974f0e9b47617cefe11182835;p=thirdparty%2Funbound.git Unofficial definitions for LDNS_XMSSMT, LDNS_HSSLMS, and LDNS_XMSS --- diff --git a/sldns/rrdef.h b/sldns/rrdef.h index 42d5de064..06983dda2 100644 --- a/sldns/rrdef.h +++ b/sldns/rrdef.h @@ -384,6 +384,14 @@ enum sldns_enum_algorithm LDNS_ECDSAP384SHA384 = 14, /* RFC 6605 */ LDNS_ED25519 = 15, /* RFC 8080 */ LDNS_ED448 = 16, /* RFC 8080 */ + + /* The following three entries are only for testing. They are not + * official in any way. + */ + LDNS_XMSSMT = 20, + LDNS_HSSLMS = 21, + LDNS_XMSS = 22, + LDNS_INDIRECT = 252, LDNS_PRIVATEDNS = 253, LDNS_PRIVATEOID = 254