Skip to content

Commit e6d5de6

Browse files
committed
Updated changelog + bumped version number.
1 parent daddca6 commit e6d5de6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+60
-50
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss2-fapi-rs"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
66
license = "BSD-3-Clause"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
1+
Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 1 addition & 1 deletion

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

docs/crates.io-README.md

Lines changed: 2 additions & 2 deletions

examples/1_get_random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

examples/2_sign_and_verify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

examples/3_auth_callback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/algorithm_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/callback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/fapi_sys/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/fapi_sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

@@ -415,7 +415,7 @@
415415
//!
416416
//! ### License
417417
//!
418-
//! Copyright 2024, [Fraunhofer SIT](https://www.sit.fraunhofer.de/) sponsored by the ELISA research project
418+
//! Copyright © 2024-2025 [Fraunhofer SIT](https://www.sit.fraunhofer.de/en/offers/projekte/elisa/), sponsored by the [ELISA](https://novomotive.de/#module-jltabs-143-particle) research project.
419419
//! All rights reserved.
420420
//!
421421
//! This work is released under the [**3-Clause BSD License**](https://opensource.org/license/bsd-3-clause) (SPDX short identifier: `BSD-3-Clause`).

src/locking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/marshal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/01_version_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/02_get_info_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/03_provision_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/04_get_random_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/05_key_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/06_encrypt_decrypt_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/07_signature_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/08_nv_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/09_policy_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/10_sealed_object_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/11_prc_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/12_duplicate_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/13_authorize_policy_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/14_certificate_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/15_description_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/16_app_data_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/17_change_auth_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/18_get_tcti_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/19_multithread_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

tests/common/tempfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
22
/*******************************************************************************
3-
* Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
3+
* Copyright 2024-2025 Fraunhofer SIT, sponsored by the ELISA research project.
44
* All rights reserved.
55
******************************************************************************/
66

0 commit comments

Comments
 (0)