mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
2668. [func] Several improvements to dnssec-* tools, including:
- dnssec-keygen and dnssec-settime can now set key metadata fields 0 (to unset a value, use "none") - dnssec-revoke sets the revocation date in addition to the revoke bit - dnssec-settime can now print individual metadata fields instead of always printing all of them, and can print them in unix epoch time format for use by scripts [RT #19942]
This commit is contained in:
@@ -866,6 +866,7 @@ dst_key_fromgssapi
|
||||
dst_key_fromlabel
|
||||
dst_key_fromnamedfile
|
||||
dst_key_generate
|
||||
dst_key_getprivateformat
|
||||
dst_key_gettime
|
||||
dst_key_id
|
||||
dst_key_isnullkey
|
||||
@@ -877,12 +878,14 @@ dst_key_proto
|
||||
dst_key_secretsize
|
||||
dst_key_setbits
|
||||
dst_key_setflags
|
||||
dst_key_setprivateformat
|
||||
dst_key_settime
|
||||
dst_key_sigsize
|
||||
dst_key_size
|
||||
dst_key_tobuffer
|
||||
dst_key_todns
|
||||
dst_key_tofile
|
||||
dst_key_unsettime
|
||||
dst_lib_destroy
|
||||
dst_lib_init
|
||||
dst_lib_initmsgcat
|
||||
|
Reference in New Issue
Block a user