bind9/contrib/kasp
Ondřej Surý 4c4af11e5b Make the python code pylint and flake8 compliant
(cherry picked from commit 1e4ff9d485)
2020-04-15 07:43:35 +02:00
..
kasp.xml [master] dnssec-keymgr 2016-04-28 00:16:01 -07:00
kasp2policy.py Make the python code pylint and flake8 compliant 2020-04-15 07:43:35 +02:00
policy.good [master] dnssec-keymgr 2016-04-28 00:16:01 -07:00
README [master] dnssec-keymgr 2016-04-28 00:16:01 -07:00

This directory is for tools and scripts related to the OpenDNSSEC KASP
("key and signature policy") format. Currently it only contains
"kasp2policy.py", a python script for converting KASP key policy
to the "dnssec.policy" format that is used by dnssec-keymgr.

This depends on PLY (python lex/yacc) and on the "isc.dnskey" module in
bin/python/isc.

Basic test:
$ python kasp2policy.py kasp.xml > policy.out
$ diff policy.out policy.good