Searched refs:ldns (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/libunbound/python/examples/
H A Ddnssec_test.py4 import ldns namespace
11 s, pkt = ldns.ldns_wire2pkt(r.packet)
15 rrsigs = pkt.rr_list_by_type(RR_TYPE_RRSIG, ldns.LDNS_SECTION_ANSWER)
18 rrsigs = pkt.rr_list_by_type(RR_TYPE_RRSIG, ldns.LDNS_SECTION_AUTHORITY)
21 nsecs = pkt.rr_list_by_type(RR_TYPE_NSEC, ldns.LDNS_SECTION_AUTHORITY)
24 nsec3s = pkt.rr_list_by_type(RR_TYPE_NSEC3, ldns.LDNS_SECTION_AUTHORITY)
/netbsd-current/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
H A Dmake-broken-zone.sh21 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom dnssec-failures.test`
25 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
32 ldns-signzone -i $ONEMONTHAGO -e $YESTERDAY -f - bogus/dnssec-failures.test $CSK | \
35 ldns-signzone -i $TOMORROW -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
45 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom dnskey-failures.test`
49 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f tmp.signed bogus/dnskey-failures.test $CSK
56 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom nsec-failures.test`
60 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f tmp.signed bogus/nsec-failures.test $CSK
67 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom rrsig-failures.test`
71 ldns
[all...]
/netbsd-current/external/bsd/unbound/dist/testdata/
H A Dcommon.sh16 # get_ldns_testns : set LDNS_TESTNS to executable ldns-testns
17 # get_ldns_notify : set LDNS_NOTIFY to executable ldns-notify
25 # wait_ldns_testns_up : wait for ldns-testns to come up.
59 # get ldns-testns tool in LDNS_TESTNS variable.
61 if test -x "`which ldns-testns 2>&1`"; then
62 LDNS_TESTNS=ldns-testns
64 LDNS_TESTNS=/home/wouter/bin/ldns-testns
68 # get ldns-notify tool in LDNS_NOTIFY variable.
70 if test -x "`which ldns-notify 2>&1`"; then
71 LDNS_NOTIFY=ldns
[all...]
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.spec93 - ldns and ldns-devel no longer required. Fixed date. Version to 1.13.1.
99 - ldns required and ldns-devel required for build, no more ldns-builtin.
108 - Added --with-ldns-builtin for CentOS 5.x
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dsignit.c43 #include <ldns/ldns.h>
97 /* call ldns conversion function */
/netbsd-current/external/bsd/unbound/dist/util/
H A Dalloc.h188 # include <sldns/ldns.h>

Completed in 143 milliseconds