Skip to content

Commit

Permalink
spdm: remove wrong comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kun Lai <me@imlk.top>
  • Loading branch information
imlk0 committed Apr 26, 2024
1 parent e7162df commit 50f74e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions rats-rs/src/transport/spdm/requester.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2020 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 or MIT

#![forbid(unsafe_code)]

use super::half::ReadHalf;
Expand Down
4 changes: 0 additions & 4 deletions rats-rs/src/transport/spdm/responder.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2020 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 or MIT

use super::half::{ReadHalf, WriteHalf};
use super::secret::asym_crypto::RatsSecretAsymSigner;
use super::secret::cert_provider::{CertProvider, EmptyCertProvider, RatsCertProvider};
Expand Down
4 changes: 0 additions & 4 deletions rats-rs/src/transport/spdm/secret/asym_crypto.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2021 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 or MIT

use log::{error, trace};
use rsa::signature::{RandomizedSigner, SignatureEncoding};
use spdmlib::secret::asym_sign::SecretAsymSigner;
Expand Down
4 changes: 0 additions & 4 deletions rats-rs/src/transport/spdm/secret/measurement.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2021 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 or MIT

#![allow(dead_code)]
#![allow(unused_variables)]
use crate::cert::dice::cbor::generate_claims_buffer;
Expand Down

0 comments on commit 50f74e9

Please sign in to comment.