Ofcourse all dnssec/tsig related functions are disabled
* Building of examples and drill now happens with the same
defines as the building of ldns itself.
+ * Preliminary sha-256 support was added. Currently is your
+ OpenSSL supports it, it is supported in the DS creation.
Drill:
* -r was killed in favor of -o <header bit mnemonic> which
};
typedef enum ldns_enum_algorithm ldns_algorithm;
+/**
+ * hashing algorithms use in the DS record
+ */
+enum ldns_enum_hash
+{
+ LDNS_SHA1 = 1,
+ LDNS_SHA256 = 2
+};
+typedef enum ldns_enum_hash ldns_hash;
+
/**
* algorithms used in dns for signing
*/