YubiKey plugin protocol
This commit is contained in:
@@ -11,6 +11,7 @@ use yubikey_piv::{
|
||||
|
||||
mod builder;
|
||||
mod error;
|
||||
mod format;
|
||||
mod p256;
|
||||
mod plugin;
|
||||
mod util;
|
||||
@@ -21,6 +22,7 @@ use error::Error;
|
||||
const PLUGIN_NAME: &str = "age-plugin-yubikey";
|
||||
const RECIPIENT_PREFIX: &str = "age1yubikey";
|
||||
const IDENTITY_PREFIX: &str = "age-plugin-yubikey-";
|
||||
const STANZA_TAG: &str = "piv-p256";
|
||||
|
||||
const USABLE_SLOTS: [RetiredSlotId; 20] = [
|
||||
RetiredSlotId::R1,
|
||||
|
||||
Reference in New Issue
Block a user