Skip to content

Releases: awslabs/tough

tuftool-v0.15.0

24 Apr 17:14
606dc87

Choose a tag to compare

Changes

  • Replace openssl shell-out in gen-rsa-key with aws-lc-rs (thanks @jeremydosborn!) #923
  • Dependency updates

tough-v0.22.0

24 Apr 17:12
606dc87

Choose a tag to compare

Fixes

  • Update delegations code #933
  • Fix rust clippy #932
  • Update file writing #932
  • Re-export TransportStream type alias #909
  • Fix max_targets_size in load_targets #884

Changes

  • Require TransportStream is Sync (thanks @iliana) #917

tough-ssm-v0.17.0

24 Apr 17:14
606dc87

Choose a tag to compare

Changes

  • Update tough to 0.22.0
  • Dependency updates

tough-kms-v0.14.0

24 Apr 17:13
606dc87

Choose a tag to compare

Changes

  • Update tough to 0.22.0
  • Dependency updates

tuftool-v0.14.0

22 Apr 22:31
c0d27ad

Choose a tag to compare

Changes

  • Update aws-sdk crates to use the new HTTPS stack with hyper 1.x, rustls, and aws-lc #868
  • Use aws-lc for TLS instead of ring #868
  • Dependency updates

tough-v0.21.0

22 Apr 22:28
c0d27ad

Choose a tag to compare

Fixes

  • Flush cache files after writing to ensure they are closed at drop() time #874

Changes

  • Dependency updates #868

tough-ssm-v0.16.0

22 Apr 22:30
c0d27ad

Choose a tag to compare

Changes

  • Update tough to 0.21.0
  • Update aws-sdk crates to use the new HTTPS stack with hyper 1.x, rustls, and aws-lc #868
  • Migrate from aws-smithy-experimental to aws-smithy-http-client #868
  • Dependency updates

tough-kms-v0.13.0

22 Apr 22:29
c0d27ad

Choose a tag to compare

Changes

  • Update tough to 0.21.0
  • Update aws-sdk crates to use the new HTTPS stack with hyper 1.x, rustls, and aws-lc #868
  • Migrate from aws-smithy-experimental to aws-smithy-http-client #868
  • Dependency updates

tuftool-v0.13.0

27 Mar 23:27
596c2a0

Choose a tag to compare

Fixes

Changes

  • Dependency updates

tough-v0.20.0

27 Mar 23:25
596c2a0

Choose a tag to compare

Fixes

Changes

  • Add a permissive argument to find_target(), allowing the caller to cease a search when a terminating delegation is encountered (c5ee1718)
  • Add terminating argument to RepositoryEditor::delegate_role() and RepositoryEditor::add_role() to enable adding terminating delegations (598111f8)
  • Dependency updates