Skip to content

Releases: tpm2-software/rust-tss-fapi

tss2-fapi-rs v0.5.6

23 Jan 18:28
Compare
Choose a tag to compare

Changes

Fixed

  • GitHub Actions: Workaround for our actions being aborted because of an outdated version of actions/upload-artifact. We did not use the "problematic" version directly, but it was used implicitely via an old version of awalsh128/cache-apt-pkgs-action.

Changed

  • Updated funding information in source files and documentation.

Disclaimer

The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code.

tss2-fapi-rs v0.5.5

17 Jan 17:33
Compare
Choose a tag to compare

Changes

Added

  • Introduced the locking and full_locking features to make the serialization of FAPI calls optional.

Disclaimer

The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code.

tss2-fapi-rs v0.5.4

17 Jan 14:39
Compare
Choose a tag to compare

Changes

Added

  • Implemented workaround to ensure that calls to FAPI_Provision() are serialized across all FAPI contexts and that they are not executed concurrently to other FAPI functions, because that function apparently is not thread-safe.

Changed

  • Updated Docker images for SWTPM and build/test environment to the latest versions.

Disclaimer

The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code.

tss2-fapi-rs v0.5.3

15 Oct 12:11
Compare
Choose a tag to compare

Changes

Changed

Disclaimer

The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code.