logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ldns_pkt_verify - verify a packet

Author

       The ldns team at NLnet Labs.

Description

ldns_pkt_verify() verify a packet
              p: the packet
              t: the rr set type to check
              o: the rr set name to check
              k: list of keys
              s: list of sigs (may be null)
              good_keys: keys which validated the packet
              Returns status

Name

       ldns_pkt_verify - verify a packet

Remarks

       This manpage was automatically generated from the ldns source code.

                                                   30 May 2006                                           ldns(3)

Reporting Bugs

       Please report bugs to dns-team@nlnetlabs.nl or on GitHub at https://github.com/NLnetLabs/ldns/issues

See Also

ldns_verify,  ldns_sign_public, ldns_zone_sign.  And perldocNet::DNS, RFC1034, RFC1035, RFC4033, RFC4034
       and RFC4035.

Synopsis

       #include <stdint.h>
       #include <stdbool.h>

       #include <ldns/ldns.h>

       ldns_status  ldns_pkt_verify(const ldns_pkt *p, ldns_rr_type t, const ldns_rdf *o, const ldns_rr_list *k,
       const ldns_rr_list *s, ldns_rr_list *good_keys);

See Also