feat: 1.11.10, piv slot support f9
This commit is contained in:
@@ -169,6 +169,7 @@ pub fn get_slot_id(slot: &str) -> XResult<SlotId> {
|
||||
"9c" | "sign" | "signature" => SlotId::Signature,
|
||||
"9d" | "keym" | "keymanagement" => SlotId::KeyManagement,
|
||||
"9e" | "card" | "cardauthentication" => SlotId::CardAuthentication,
|
||||
"f9" | "attest" | "attestation" => SlotId::Attestation,
|
||||
"r1" | "82" => SlotId::Retired(RetiredSlotId::R1),
|
||||
"r2" | "83" => SlotId::Retired(RetiredSlotId::R2),
|
||||
"r3" | "84" => SlotId::Retired(RetiredSlotId::R3),
|
||||
|
||||
Reference in New Issue
Block a user