mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
3642. [func] Allow externally generated DNSKEY to be imported
into the DNSKEY management framework. A new tool dnssec-importkey is used to this. [RT #34698]
This commit is contained in:
@@ -128,6 +128,7 @@ struct dst_key {
|
||||
isc_boolean_t numset[DST_MAX_NUMERIC + 1]; /*%< data set? */
|
||||
isc_boolean_t inactive; /*%< private key not present as it is
|
||||
inactive */
|
||||
isc_boolean_t external; /*%< external key */
|
||||
|
||||
int fmt_major; /*%< private key format, major version */
|
||||
int fmt_minor; /*%< private key format, minor version */
|
||||
|
Reference in New Issue
Block a user