Home | History | Annotate | Download | only in named

Lines Matching defs:signing

1556 	 * Configure DNSSEC signing. These apply to primary zones or zones that
1557 * use inline-signing (raw != NULL).
1595 result = named_config_get(maps, "sig-signing-signatures", &obj);
1600 result = named_config_get(maps, "sig-signing-nodes", &obj);
1605 result = named_config_get(maps, "sig-signing-type", &obj);
1998 "not reusable: old zone was inline-signing");
2002 "not reusable: old zone was not inline-signing");
2035 const cfg_obj_t *signing = NULL;
2058 /* If no dnssec-policy found, then zone is not using inline-signing. */
2075 * The zone option 'inline-signing' may override the value in
2079 res = cfg_map_get(maps[0], "inline-signing", &signing);
2080 if (res == ISC_R_SUCCESS && cfg_obj_isboolean(signing)) {
2081 return cfg_obj_asboolean(signing);