yubihsm 0.26.0

Pure Rust client for YubiHSM2 devices with support for HTTP and USB-based access to the device. Supports most HSM functionality including ECDSA, Ed25519, HMAC, and RSA.
Documentation
1
2
3
4
5
6
7
8
//! Auditing commands

mod get_log_entries;
mod get_option;
mod set_log_index;
mod set_option;

pub(crate) use self::{get_log_entries::*, get_option::*, set_log_index::*, set_option::*};