From: Ondřej Surý Date: Mon, 20 Sep 2021 10:45:46 +0000 (+0200) Subject: Remove scripts to convert KASP to old dnssec-keymgr policy X-Git-Tag: v9.17.19~30^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57b8a1273427b9410b618277ce6f9422ca351d3c;p=thirdparty%2Fbind9.git Remove scripts to convert KASP to old dnssec-keymgr policy The dnssec-keymgr has been replaces with dnssec-policy in the named, so there's no need to carry the conversion script in the contrib/ anymore. --- diff --git a/contrib/README b/contrib/README index 0cdedc74a9c..f3811b9c1b0 100644 --- a/contrib/README +++ b/contrib/README @@ -8,11 +8,6 @@ be fixed as time permits. named and restarts it in the event of a crash, 'zone-edit' which enables editing of a dynamic zone, and others. - - kasp/ - - Scripts for converting key and signature policies from OpenDNSSEC - KASP format to the policy.conf format used by dnssec-keymgr. - - dlz/modules Dynamically linkable DLZ modules that can be configured into diff --git a/contrib/kasp/README b/contrib/kasp/README deleted file mode 100644 index fb897f1073a..00000000000 --- a/contrib/kasp/README +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/contrib/kasp/kasp.xml b/contrib/kasp/kasp.xml deleted file mode 100644 index d94b0843ec6..00000000000 --- a/contrib/kasp/kasp.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - A default policy that will - amaze you and your friends - - PT5M - PT5M - - PT15M - PT15M - - PT2M - PT1M - - - - - - - - - - PT1M - PT0S - PT0S - - - - 5 - PT40M - softHSM - 1 - - - - - 5 - PT25M - softHSM - 1 - - - - - PT0S - - PT0S - PT0S - unixtime - - - - - PT8M - - PT0S - - - PT0S - PT0S - - - - - A default policy that will amaze you and your friends - - PT7M - PT7M - - PT15M - PT16M - - PT2M - PT1M - - - - - P120D - - 1 - 5 - - - - - - - - PT15M - PT0S - PT0S - - - - 7 - PT45M - softHSM - 1 - - - - - 7 - PT25M - softHSM - 1 - - - - - PT0S - - PT0S - PT0S - unixtime - - - - - PT12M - - PT0S - - - PT0S - PT0S - - - - diff --git a/contrib/kasp/policy.good b/contrib/kasp/policy.good deleted file mode 100644 index 18c636083ce..00000000000 --- a/contrib/kasp/policy.good +++ /dev/null @@ -1,24 +0,0 @@ -# A default policy that will -# amaze you and your friends -policy Policy1 { - algorithm RSASHA1; - keyttl 60; - key-size ksk 2048; - key-size zsk 2048; - roll-period ksk 2400; - roll-period zsk 1500; - standby ksk 1; - standby zsk 1; -}; - -# A default policy that will amaze you and your friends -policy Policy2 { - algorithm NSEC3RSASHA1; - keyttl 900; - key-size ksk 2048; - key-size zsk 2048; - roll-period ksk 2700; - roll-period zsk 1500; - standby ksk 1; - standby zsk 1; -}; diff --git a/util/copyrights b/util/copyrights index 1e81d475e7b..e0b70326eb9 100644 --- a/util/copyrights +++ b/util/copyrights @@ -980,9 +980,6 @@ ./contrib/dlz/modules/wildcard/README X 2013,2018,2019,2020,2021 ./contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c X 2013,2015,2016,2018,2019,2020,2021 ./contrib/dlz/modules/wildcard/testing/named.conf X 2013,2018,2019 -./contrib/kasp/README X 2020,2021 -./contrib/kasp/kasp.xml X 2020,2021 -./contrib/kasp/policy.good X 2020,2021 ./contrib/scripts/catzhash.py X 2020,2021 ./contrib/scripts/check-secure-delegation.pl.in PERL 2010,2012,2014,2016,2018,2019,2020 ./contrib/scripts/check5011.pl X 2013,2014,2017,2018,2019,2020,2021