From 9bb9a63f078a6302c4af48423b796d7ed805a345 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Thu, 17 Jan 2008 07:07:55 +0000 Subject: Adding constants for DNSSEC. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1717 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/avahi-core/rr.h b/avahi-core/rr.h index 6bfe0ec..5c4244f 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -43,6 +43,18 @@ enum { AVAHI_DNS_TYPE_AXFR = 252 }; +/** DNSSEC signature algorithms, defined in RFCs 4034, 4035, and 4036 */ + +enum { + AVAHI_DNSSEC_KEY_SHA1 = 0x5 +}; + +/**DNSSEC protocol constants */ + +enum { + AVAHI_DNSSEC_PROTO = 0x3 +}; + /** DNS record classes, see RFC 1035, in addition to those defined in defs.h */ enum { AVAHI_DNS_CLASS_ANY = 0xFF, /**< Special query type for requesting all records */ -- cgit v1.2.1