Skip to content

Commit

Permalink
Expose sshkeys (kanidm#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored Oct 14, 2023
1 parent 1d0ba2f commit 2218d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sshkey-attest/src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
//! Serialisable formats of attested ssh keys
use serde::{Deserialize, Serialize};
use sshkeys::PublicKey;
use webauthn_rs_core::attestation::AttestationFormat;
use webauthn_rs_core::proto::{ParsedAttestation, RegisteredExtensions};

pub use sshkeys::PublicKey;

/// An attested public key. This contains the ssh public key as well as the
/// attestation metadata.
#[derive(Debug, Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit 2218d20

Please sign in to comment.