Applets management (#568)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(dead_code)]
|
||||
//! Miscellaneous constant values
|
||||
|
||||
/// YubiKey max buffer size
|
||||
@@ -18,3 +19,19 @@ pub(crate) const TAG_ADMIN_TIMESTAMP: u8 = 0x83;
|
||||
// Protected tags
|
||||
pub(crate) const TAG_PROTECTED_FLAGS_1: u8 = 0x81;
|
||||
pub(crate) const TAG_PROTECTED_MGM: u8 = 0x89;
|
||||
|
||||
// Management
|
||||
pub(crate) const TAG_USB_SUPPORTED: u8 = 0x01;
|
||||
pub(crate) const TAG_SERIAL: u8 = 0x02;
|
||||
pub(crate) const TAG_USB_ENABLED: u8 = 0x03;
|
||||
pub(crate) const TAG_FORM_FACTOR: u8 = 0x04;
|
||||
pub(crate) const TAG_VERSION: u8 = 0x05;
|
||||
pub(crate) const TAG_AUTO_EJECT_TIMEOUT: u8 = 0x06;
|
||||
pub(crate) const TAG_CHALRESP_TIMEOUT: u8 = 0x07;
|
||||
pub(crate) const TAG_DEVICE_FLAGS: u8 = 0x08;
|
||||
pub(crate) const TAG_APP_VERSIONS: u8 = 0x09;
|
||||
pub(crate) const TAG_CONFIG_LOCK: u8 = 0x0A;
|
||||
pub(crate) const TAG_UNLOCK: u8 = 0x0B;
|
||||
pub(crate) const TAG_REBOOT: u8 = 0x0C;
|
||||
pub(crate) const TAG_NFC_SUPPORTED: u8 = 0x0D;
|
||||
pub(crate) const TAG_NFC_ENABLED: u8 = 0x0E;
|
||||
|
||||
Reference in New Issue
Block a user