sync with OpenBSD -current
This commit is contained in:
parent
137d408ac1
commit
e0d126d03b
143 changed files with 5355 additions and 3727 deletions
|
@ -240,4 +240,12 @@ size_t anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num);
|
|||
int anchor_has_keytag(struct val_anchors* anchors, uint8_t* name, int namelabs,
|
||||
size_t namelen, uint16_t dclass, uint16_t keytag);
|
||||
|
||||
/**
|
||||
* Find an anchor that is not an insecure point, if any, or there are no
|
||||
* DNSSEC verification anchors if none.
|
||||
* @param anchors: anchor storage
|
||||
* @return trust anchor or NULL. It is locked.
|
||||
*/
|
||||
struct trust_anchor* anchors_find_any_noninsecure(struct val_anchors* anchors);
|
||||
|
||||
#endif /* VALIDATOR_VAL_ANCHOR_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue