summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-17 07:07:55 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-17 07:07:55 +0000
commit9bb9a63f078a6302c4af48423b796d7ed805a345 (patch)
tree8c04dc47168fc8b4d1ee8a98a81d635596f1b970 /avahi-core
parentd73115f6e557d8594746fce771f50b0a4ce13abf (diff)
Adding constants for DNSSEC.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1717 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/rr.h12
1 files changed, 12 insertions, 0 deletions
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 */