implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsing

This commit is contained in:
Martin Willi
2009-08-26 11:23:51 +02:00
parent 3addf4e937
commit 5ef478aaee
7 changed files with 360 additions and 0 deletions
+4
View File
@@ -169,6 +169,10 @@ if USE_PGP
SUBDIRS += plugins/pgp
endif
if USE_DNSKEY
SUBDIRS += plugins/dnskey
endif
if USE_PEM
SUBDIRS += plugins/pem
endif