Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@jku jku released this 29 Nov 14:15
· 12 commits to main since this release
dee4e23

This release contains no new tests. Test results are not expected to change, except in one case: If test_root_rotation or
test_non_root_rotations are marked as "Expected To Fail" because of the non-default keytype, this expectation can now be removed: these tests now use the default keytype (ecdsa).

  • local testing: "make dev" now checks for faketime binary to enable failing early (#240)
  • Failure output was improved (#239)
  • Tests now use default keytype whenever possible: In practice test_non_root_rotations() and test_root_rotation() switched from ed25519 to the default ecdsa key (#238)
  • Expected failures are now documented better (#233)