]> git.ipfire.org Git - thirdparty/bind9.git/commit
Introduce kasp structure
authorMatthijs Mekking <matthijs@isc.org>
Tue, 3 Sep 2019 08:39:25 +0000 (10:39 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Nov 2019 21:31:44 +0000 (22:31 +0100)
commite9ccebd94e2e3aa025d53198bf258d8143f7f73e
treec1c9b85bcc0e955647b519098994d36d365ac8b3
parenta50d707fdcf702e9e07a3ad5ea74761cb6e3d08d
Introduce kasp structure

This stores the dnssec-policy configuration and adds methods to
create, destroy, and attach/detach, as well as find a policy with
the same name in a list.

Also, add structures and functions for creating and destroying
kasp keys.
lib/dns/Makefile.in
lib/dns/include/dns/kasp.h [new file with mode: 0644]
lib/dns/include/dns/types.h
lib/dns/include/dns/zone.h
lib/dns/kasp.c [new file with mode: 0644]
lib/dns/win32/libdns.def.in
lib/dns/win32/libdns.vcxproj.filters.in
lib/dns/win32/libdns.vcxproj.in
lib/dns/zone.c
util/copyrights