Skip to content

Commit

Permalink
Remove unreference file and fix doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cobward committed Dec 12, 2024
1 parent b8c6e8e commit cd332c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 308 deletions.
2 changes: 1 addition & 1 deletion src/definitions/x509/x5chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use x509_cert::{

use super::trust_anchor::validate_with_ruleset;

/// See: https://www.iana.org/assignments/cose/cose.xhtml#header-parameters
/// See: <https://www.iana.org/assignments/cose/cose.xhtml#header-parameters>
pub const X5CHAIN_HEADER_LABEL: i64 = 0x21;

#[derive(Debug, Clone, Eq, PartialEq)]
Expand Down
306 changes: 0 additions & 306 deletions src/issuance/x5chain.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/presentation/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl SessionManager {
/// The request is expected to be a CBOR encoded
/// and encrypted [SessionData].
///
/// This method will return the [ValidatedRequest] struct, which will
/// This method will return the [RequestAuthenticationOutcome] struct, which will
/// include the items requested by the reader/verifier.
pub fn handle_request(&mut self, request: &[u8]) -> RequestAuthenticationOutcome {
let mut validated_request = RequestAuthenticationOutcome::default();
Expand Down

0 comments on commit cd332c6

Please sign in to comment.