Skip to content

Commit

Permalink
Updated URL of the GitHub repository everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Oct 15, 2024
1 parent d04039c commit a1eff87
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 24 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/tpm2-software/rust-tss-fapi>

## [0.5.2] - 2024-10-10

### Added

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <daniel.trick@sit.fraunhofer.de>"]
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"
Expand All @@ -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"
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| email | PGP Fingerprint |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Daniel Trick [&lt;daniel.trick@sit.fraunhofer.de&gt;](mailto:daniel.trick@sit.fraunhofer.de) | [872CF0382BF544B6551AE84E2990B15C666AD009](https://keys.openpgp.org/vks/v1/by-fingerprint/872CF0382BF544B6551AE84E2990B15C666AD009) |
| Andreas Fuchs [&lt;andreas.fuchs@infineon.com&gt;](mailto:andreas.fuchs@infineon.com) | [D533275B0123D0A679F51FF48F4F9A45D7FFEE74](https://keys.openpgp.org/vks/v1/by-fingerprint/D533275B0123D0A679F51FF48F4F9A45D7FFEE74) |
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:

* **<https://danieltrick.github.io/tss2-fapi-rs/>**
* **<https://tpm2-software.github.io/rust-tss-fapi/tss2_fapi_rs/>**

* **<https://docs.rs/tss2-fapi-rs/latest/>**

Expand All @@ -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`).
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions docs/crates.io-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down Expand Up @@ -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!
Expand Down Expand Up @@ -402,16 +402,16 @@
//! ### Source Code
//!
//! The `tss2-fapi-rs` source code can be found at the official GitHub repository:
//! <https://github.com/danieltrick/tss2-fapi-rs/>
//! <https://github.com/tpm2-software/rust-tss-fapi/>
//!
//! ### Contact
//!
//! For bug reports, feature requests, etc., please refer to the issue tracker at:
//! <https://github.com/danieltrick/tss2-fapi-rs/issues/>
//! <https://github.com/tpm2-software/rust-tss-fapi/issues/>
//!
//! #### 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
//!
Expand Down

0 comments on commit a1eff87

Please sign in to comment.