Crate sshkey_attest

Source
Expand description

This module contains the function that allows attestation of ssh sk keys which are created by FIDO2 devices.

Modules§

proto
Serialisable formats of attested ssh keys

Enums§

WebauthnError
Possible errors that may occur during Webauthn Operation processing.

Functions§

verify_fido_sk_ssh_attestation
Given an attestation generated by ssh-keygen, parse and validate it’s content returning an attested public key structure that contains metadata and the ssh public key.