]> git.ipfire.org Git - thirdparty/bind9.git/commit
Teach dnssec-settime to read times that it writes
authorTony Finch <dot@dotat.at>
Mon, 29 Apr 2019 12:56:05 +0000 (13:56 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 25 Mar 2022 15:05:43 +0000 (16:05 +0100)
commitc38a3230823a8a16eee4e3502419ccf5a309e354
treed6470f28f69162c17484fea2e91e6d03797f2518
parent745d9db74687c120411b2598693912cdaba0d732
Teach dnssec-settime to read times that it writes

The dnssec-settime -p and -up options print times in asctime() and
UNIX time_t formats, respectively. The asctime() format can also be
found inside K*.key public key files. Key files also contain times in
the YYYYMMDDHHMMSS format that can be used in timing parameter
options.

The dnssec-settime -p and -up time formats are now acceptable in
timing parameter options to dnssec-settime and dnssec-keygen, so it is
no longer necessary to parse key files to retrieve times that are
acceptable in timing parameter options.
bin/dnssec/dnssec-keygen.rst
bin/dnssec/dnssec-settime.rst
bin/dnssec/dnssectool.c
bin/tests/system/metadata/tests.sh
doc/man/dnssec-keygen.1in
doc/man/dnssec-settime.1in