Releases: tpm2-software/rust-tss-fapi
tss2-fapi-rs v0.5.6
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 ofawalsh128/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
Changes
Added
- Introduced the
locking
andfull_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
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
Changes
Changed
- GitHub repository has been moved to the new official location at: https://github.com/tpm2-software/rust-tss-fapi
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.