feat: 1.11.10, piv slot support f9
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -508,7 +508,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "card-cli"
|
name = "card-cli"
|
||||||
version = "1.11.9"
|
version = "1.11.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm-stream",
|
"aes-gcm-stream",
|
||||||
"authenticator 0.3.1",
|
"authenticator 0.3.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "card-cli"
|
name = "card-cli"
|
||||||
version = "1.11.9"
|
version = "1.11.10"
|
||||||
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ pub fn get_slot_id(slot: &str) -> XResult<SlotId> {
|
|||||||
"9c" | "sign" | "signature" => SlotId::Signature,
|
"9c" | "sign" | "signature" => SlotId::Signature,
|
||||||
"9d" | "keym" | "keymanagement" => SlotId::KeyManagement,
|
"9d" | "keym" | "keymanagement" => SlotId::KeyManagement,
|
||||||
"9e" | "card" | "cardauthentication" => SlotId::CardAuthentication,
|
"9e" | "card" | "cardauthentication" => SlotId::CardAuthentication,
|
||||||
|
"f9" | "attest" | "attestation" => SlotId::Attestation,
|
||||||
"r1" | "82" => SlotId::Retired(RetiredSlotId::R1),
|
"r1" | "82" => SlotId::Retired(RetiredSlotId::R1),
|
||||||
"r2" | "83" => SlotId::Retired(RetiredSlotId::R2),
|
"r2" | "83" => SlotId::Retired(RetiredSlotId::R2),
|
||||||
"r3" | "84" => SlotId::Retired(RetiredSlotId::R3),
|
"r3" | "84" => SlotId::Retired(RetiredSlotId::R3),
|
||||||
|
|||||||
Reference in New Issue
Block a user