const ldns_rr_list *keys,
ldns_rr_list *good_keys);
-/**
- * convert dsa data
- *
- * \param[in] target_buffer Buffer to place the result in
- * \param[in] sig_rdf the rdata containing the DSA signature
- * \return LDNS_STATUS_OK on success, error code otherwise
- */
-ldns_status
-ldns_convert_dsa_rrsig_rdata(ldns_buffer *target_buffer,
- ldns_rdf *sig_rdf);
-
/**
* verify an rrsig with 1 key
* \param[in] rrset the rrset
* of the name tree and return a new tree containing those
* elements
*/
-ldns_rbtree_t *ldns_dnssec_rbtree_split(ldns_rbtree_t *tree,
- size_t elements);
+ldns_rbtree_t *ldns_rbtree_split(ldns_rbtree_t *tree, size_t elements);
/**
* add all node from the second tree to the first (removing them from the
* second), and fix up nsec(3)s if present
*/
-void ldns_dnssec_rbtree_join(ldns_rbtree_t *tree1,
- ldns_rbtree_t *tree2);
+void ldns_rbtree_join(ldns_rbtree_t *tree1, ldns_rbtree_t *tree2);
/**
* Call with node=variable of struct* with rbnode_t as first element.
*/
void ldns_resolver_dec_nameserver_count(ldns_resolver *r);
-/**
- * Set the resolver's nameserver list directly. Note the
- * rr's should be A or AAAA
- * \param[in] r the resolver
- * \param[in] ns the rr's to use as nameservers
- */
-void ldns_resolver_set_nameserver_rrlist(ldns_resolver *r, ldns_rr_list *ns);
-
/**
* Set the resolver's nameserver count directly.
* \param[in] r the resolver
* +1 if rr2 comes before rr1
*/
int ldns_rr_compare(const ldns_rr *rr1, const ldns_rr *rr2);
-int ldns_rr_compare_nsec3(const ldns_rr *rr1, const ldns_rr *rr2);
/**
* compares two rrs, up to the rdata.
*/
ldns_status ldns_str2rdf_time(ldns_rdf **rd, const char *time);
-/* convert string with NSEC3 vars to wireformat)
- * \param[in] rd the rdf where to put the data
- * \param[in] str the string to be converted
- * return ldns_status
- */
-ldns_status ldns_str2rdf_nsec3_vars(ldns_rdf **rd, const char *nsec3_vars);
-
/* convert string with NSEC3 salt to wireformat)
* \param[in] rd the rdf where to put the data
* \param[in] str the string to be converted
*/
ldns_status ldns_str2rdf_class(ldns_rdf **rd, const char *str);
-/**
- * convert string with a CERT RR into wireformat
- * \param[in] rd the rdf where to put the data
- * \param[in] str the string to be converted
- * \return ldns_status
- */
-ldns_status ldns_str2rdf_cert(ldns_rdf **rd, const char *str);
-
/**
* convert an certificate algorithm value into wireformat
* \param[in] rd the rdf where to put the data
* \param[in] p the packet
* \return the ad count
*/
-uint16_t ldns_update_adcount(const ldns_pkt *p);
+uint16_t ldns_update_ad(const ldns_pkt *p);
/**
* Set the zo count
* \param[in] p the packet
* \param[in] c the zo count to set
*/
-void ldns_update_set_zocount(ldns_pkt *p, uint16_t c);
+void ldns_update_set_zo(ldns_pkt *p, uint16_t c);
/**
* Set the pr count
* \param[in] p the packet