diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e36136..4659f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [0.5.2] +## [0.5.3] - 2024-10-15 + +#### Changed + +- GitHub repository has been moved to the new official location at: + +## [0.5.2] - 2024-10-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2c0bd14..c2007d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,9 +850,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "scc" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836f1e0f4963ef5288b539b643b35e043e76a32d0f4e47e67febf69576527f50" +checksum = "f2c1f7fc6deb21665a9060dfc7d271be784669295a31babdcd4dd2c79ae8cbfb" dependencies = [ "sdd", ] @@ -865,9 +865,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sdd" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a7b59a5d9b0099720b417b6325d91a52cbf5b3dcb5041d864be53eefa58abc" +checksum = "49c1eeaf4b6a87c7479688c6d52b9f1153cedd3c489300564f932b065c6eab95" [[package]] name = "sec1" @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "tss2-fapi-rs" -version = "0.5.2" +version = "0.5.3" dependencies = [ "bindgen", "const-random", diff --git a/Cargo.toml b/Cargo.toml index 9e41fe7..9ae4955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "tss2-fapi-rs" -version = "0.5.2" +version = "0.5.3" edition = "2021" description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)" license = "BSD-3-Clause" authors = ["Daniel Trick "] readme = "docs/crates.io-README.md" -repository = "https://github.com/danieltrick/tss2-fapi-rs/" +repository = "https://github.com/tpm2-software/rust-tss-fapi/" [dependencies] json = "0.12.4" @@ -20,15 +20,15 @@ pkg-config = "0.3.31" [dev-dependencies] const-random = "0.1.18" digest = "0.10.7" -env_logger = "0.11.3" +env_logger = "0.11.5" function_name = "0.3.0" hex = "0.4.3" memory-stats = "1.2.0" p256 = "0.13.2" rand = "0.8.5" rand_chacha = "0.3.1" -regex = "1.10.5" +regex = "1.11.0" rsa = "0.9.6" serial_test = "3.1.1" sha2 = "0.10.8" -uuid = "1.9.1" +uuid = "1.10.0" diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d9420e3..a3d13a2 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,3 +1,4 @@ | email | PGP Fingerprint | | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | | Daniel Trick [<daniel.trick@sit.fraunhofer.de>](mailto:daniel.trick@sit.fraunhofer.de) | [872CF0382BF544B6551AE84E2990B15C666AD009](https://keys.openpgp.org/vks/v1/by-fingerprint/872CF0382BF544B6551AE84E2990B15C666AD009) | +| Andreas Fuchs [<andreas.fuchs@infineon.com>](mailto:andreas.fuchs@infineon.com) | [D533275B0123D0A679F51FF48F4F9A45D7FFEE74](https://keys.openpgp.org/vks/v1/by-fingerprint/D533275B0123D0A679F51FF48F4F9A45D7FFEE74) | diff --git a/README.md b/README.md index a294d36..e503106 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Crates.io](https://img.shields.io/crates/v/tss2-fapi-rs.svg)](https://crates.io/crates/tss2-fapi-rs) [![Docs.rs](https://img.shields.io/docsrs/tss2-fapi-rs.svg)](https://docs.rs/tss2-fapi-rs/latest/tss2_fapi_rs/) [![License](https://img.shields.io/crates/l/tss2-fapi-rs)](https://opensource.org/licenses/BSD-3-Clause) -[![CI](https://github.com/danieltrick/tss2-fapi-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/danieltrick/tss2-fapi-rs/actions/workflows/ci.yaml) -[![Codecov](https://codecov.io/github/danieltrick/tss2-fapi-rs/graph/badge.svg?token=c3Jw6d2ZAk)](https://codecov.io/github/danieltrick/tss2-fapi-rs) +[![CI](https://github.com/tpm2-software/rust-tss-fapi/actions/workflows/ci.yaml/badge.svg)](https://github.com/tpm2-software/rust-tss-fapi/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/github/tpm2-software/rust-tss-fapi/graph/badge.svg?token=dVklBxqY1A)](https://codecov.io/github/tpm2-software/rust-tss-fapi) # TSS 2.0 FAPI Rust Wrapper @@ -40,7 +40,7 @@ tss2-fapi-rs The documentation for **`tss2-fapi-rs`** is created with [`rustdoc`](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html) and can be viewed online at: -* **** +* **** * **** @@ -50,7 +50,7 @@ The current version of the API does not offer any security or code safety guaran ## License -Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project +Copyright 2024, Fraunhofer SIT sponsored by the [ELISA](https://www.sit.fraunhofer.de/en/offers/projekte/elisa/) research project. All rights reserved. This work is released under the [**3-Clause BSD License**](https://opensource.org/license/bsd-3-clause) (SPDX short identifier: `BSD-3-Clause`). diff --git a/SECURITY.md b/SECURITY.md index 507a4a6..3576924 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,4 +12,4 @@ Currently supported versions: ### Reporting -Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](MAINTAINERS) file. +Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](MAINTAINERS.md) file. diff --git a/docs/crates.io-README.md b/docs/crates.io-README.md index 3a03408..8c1210c 100644 --- a/docs/crates.io-README.md +++ b/docs/crates.io-README.md @@ -4,13 +4,13 @@ This library provides an interface to the [TSS2.0 Feature API (FAPI)](https://tp #### Architectural overview -![tss2-fapi-rs Overview](https://raw.githubusercontent.com/danieltrick/tss2-fapi-rs/main/docs/images/tss2-fapi-rs-overview.small.png) +![tss2-fapi-rs Overview](https://raw.githubusercontent.com/tpm2-software/rust-tss-fapi/main/docs/images/tss2-fapi-rs-overview.small.png) ## See also -* [**Documentation**](https://danieltrick.github.io/tss2-fapi-rs/) +* [**Documentation**](https://tpm2-software.github.io/rust-tss-fapi/tss2_fapi_rs/) -* [**GitHub Repository**](https://github.com/danieltrick/tss2-fapi-rs) +* [**GitHub Repository**](https://github.com/tpm2-software/rust-tss-fapi/) ## Disclaimer diff --git a/src/lib.rs b/src/lib.rs index 521bedd..58880d5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! The **`tss2-fapi-rs`** Rust crate provides an interface to the [**TCG TSS 2.0 Feature API (FAPI)**](https://trustedcomputinggroup.org/resource/tss-fapi/). //! //! *Architectural overview:* -//! ![Overview](https://raw.githubusercontent.com/danieltrick/tss2-fapi-rs/main/docs/images/tss2-fapi-rs-overview.png) +//! ![Overview](https://raw.githubusercontent.com/tpm2-software/rust-tss-fapi/main/docs/images/tss2-fapi-rs-overview.png) //! //! ### Disclaimer //! @@ -96,7 +96,7 @@ //! //! ```toml //! [dependencies] -//! tss2-fapi-rs = "0.5.2" +//! tss2-fapi-rs = "0.5.3" //! ``` //! //! **Note:** Please also consider the [prerequisites](#prerequisites) that are required to use the `tss2-fapi-rs` library! @@ -402,16 +402,16 @@ //! ### Source Code //! //! The `tss2-fapi-rs` source code can be found at the official GitHub repository: -//! +//! //! //! ### Contact //! //! For bug reports, feature requests, etc., please refer to the issue tracker at: -//! +//! //! //! #### Security Reporting //! -//! Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](https://github.com/danieltrick/tss2-fapi-rs/blob/main/MAINTAINERS.md) file. +//! Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](https://github.com/tpm2-software/rust-tss-fapi/blob/main/MAINTAINERS.md) file. //! //! ### License //!