Searched refs:publish (Results 1 - 16 of 16) sorted by relevance

/bind-9.11.3/bin/python/isc/tests/test-policies/
H A D04-combined-pre-post.pol13 pre-publish zsk 2w;
14 post-publish zsk 2w;
16 pre-publish ksk 1mo;
17 post-publish ksk 2mo;
23 // Policy that defines a combined pre-publish and post-publish period lower
29 pre-publish ksk 1mo;
30 post-publish ksk 1mo;
33 // Policy that defines a combined pre-publish and post-publish perio
[all...]
H A D02-prepublish.pol13 pre-publish zsk 2w;
14 post-publish zsk 2w;
16 pre-publish ksk 1mo;
17 post-publish ksk 2mo;
23 // Policy that defines a pre-publish period lower than the rollover period
28 pre-publish ksk 1mo;
31 // Policy that defines a pre-publish period equal to the rollover period
36 pre-publish ksk 4mo;
H A D03-postpublish.pol13 pre-publish zsk 2w;
14 post-publish zsk 2w;
16 pre-publish ksk 1mo;
17 post-publish ksk 2mo;
23 // Policy that defines a post-publish period lower than the rollover period
28 pre-publish ksk 1mo;
31 // Policy that defines a post-publish period equal to the rollover period
36 pre-publish ksk 4mo;
H A D01-keysize.pol13 pre-publish zsk 2w;
14 post-publish zsk 2w;
16 pre-publish ksk 1mo;
17 post-publish ksk 2mo;
/bind-9.11.3/bin/tests/system/keymgr/
H A Dpolicy.sample23 pre-publish zsk 6w;
24 post-publish zsk 6w;
33 pre-publish ksk 3mo;
34 post-publish zsk 1w;
H A Dpolicy.conf13 pre-publish zsk 6w;
14 post-publish zsk 6w;
/bind-9.11.3/bin/tests/system/keymgr/18-nonstd-prepub/
H A Dpolicy.conf12 pre-publish zsk 2w;
/bind-9.11.3/bin/dnssec/
H A Ddnssec-keyfromlabel.c158 isc_stdtime_t publish = 0, activate = 0, revoke = 0; local
276 publish = strtotime(isc_commandline_argument,
462 if (setpub && setact && (activate - prepub) < publish)
469 publish = now;
473 activate = publish + prepub;
476 publish = activate - prepub;
545 publish = activate - prepub;
546 if (publish < now)
647 dst_key_settime(key, DST_TIME_PUBLISH, publish);
H A Ddnssec-keygen.c244 isc_stdtime_t publish = 0, activate = 0, revokekey = 0; local
430 publish = strtotime(isc_commandline_argument,
650 if (setpub && setact && (activate - prepub) < publish)
657 publish = now;
661 activate = publish + prepub;
664 publish = activate - prepub;
731 publish = activate - prepub;
732 if (publish < now)
977 * For a new key without an explicit predecessor, publish
996 dst_key_settime(key, DST_TIME_PUBLISH, publish);
[all...]
/bind-9.11.3/bin/tests/system/autosign/ns1/
H A Dkeygen.sh64 echo $zskactnowpub1d > ../activate-now-publish-1day.key
/bind-9.11.3/bin/tests/system/autosign/
H A Dclean.sh14 rm -f activate-now-publish-1day.key
H A Dtests.sh834 id=`sed 's/^K.+007+0*\([0-9]\)/\1/' < activate-now-publish-1day.key`
/bind-9.11.3/lib/dns/
H A Ddnssec.c607 isc_stdtime_t publish, active, revoke, inactive, deltime; local
624 result = dst_key_gettime(key, DST_TIME_PUBLISH, &publish);
647 if (revset && revoke <= now && pubset && publish <= now)
1312 isc_stdtime_t publish, active, revoke, inactive, deltime; local
1319 result = dst_key_gettime(key->key, DST_TIME_PUBLISH, &publish);
1339 /* Metadata says publish (but possibly not activate) */
1340 if (pubset && publish <= now)
1343 /* Metadata says activate (so we must also publish) */
1347 /* Only publish if publish tim
1827 publish(dns_rdata_t *rdata, dns_diff_t *diff, dns_name_t *origin, function
[all...]
/bind-9.11.3/bin/tests/system/dnssec/
H A Dclean.sh60 rm -f ns3/publish-inactive.example.db
H A Dtests.sh2900 $DIG $DIGOPTS publish-inactive.example @10.53.0.3 dnskey > dig.out.ns3.test$n
/bind-9.11.3/bin/tests/system/dnssec/ns3/
H A Dsign.sh467 # publish a new key while deactivating another key at the same time.
469 zone=publish-inactive.example
470 infile=publish-inactive.example.db.in
471 zonefile=publish-inactive.example.db

Completed in 3430 milliseconds