New
- Allow overriding the initial manifest number when initializing the TA signer, either by specifying
--initial_manifest_number
in the CLI or by includingta_mft_nr_override: #nr
in theImportTa
JSON. (#1178) - Allow overriding the TA manifest number when signing a TA proxy request by specifying
--ta_mft_number_override
in the CLI. (#1178)
Bug fixes
- Prevent empty RRDP delta lists to be produced. (#1181)
- Correctly encode empty revocation lists in CRLs. (via rpki-rs#295)
- Allow read access to the RIS dump while downloading a new dump. (#1179)
- Don’t apply “child revoke key” command if the resource class does not exist. (#1208)
Other changes
- The minimum supported Rust version is now 1.70.0. (#1198)